index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
gmp
/
gmp_rsa_private_key.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-1
/
+1
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2012-12-20
1
-1
/
+1
*
allow the optional sharing if RSA private keys
Andreas Steffen
2012-11-22
1
-104
/
+185
*
overwrite sensitive prime with zeroes
Andreas Steffen
2012-11-18
1
-1
/
+1
*
implemented generation of safe primes
Andreas Steffen
2012-11-18
1
-13
/
+37
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
1
-2
/
+2
*
Check rng return value when generating DH secrets and primes in gmp plugin
Tobias Brunner
2012-07-16
1
-1
/
+6
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-13
/
+15
*
Use bits instead of bytes for a private/public key
Martin Willi
2010-08-10
1
-3
/
+3
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-1
/
+8
*
Migrated gmp plugin to INIT/METHOD macros
Martin Willi
2010-08-10
1
-74
/
+40
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
1
-10
/
+10
*
PEM encoder supports encoding from RSA components directly, allowing gcrypt p...
Martin Willi
2010-04-29
1
-16
/
+1
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-9
/
+11
*
PEM encoding for GMP RSA public and private keys
Andreas Steffen
2010-04-04
1
-1
/
+16
*
setting the two most significant bits assures an RSA modulus of maximum bit size
Andreas Steffen
2010-03-15
1
-2
/
+2
*
Use side-channel secured mpz_powm_sec of libgmp 5, if available
Martin Willi
2010-02-18
1
-0
/
+5
*
Public/Private keys implement a has_fingerprint() method
Martin Willi
2009-09-21
1
-0
/
+1
*
Updated gmp plugin to the new builder API
Martin Willi
2009-09-10
1
-109
/
+68
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-74
/
+74
*
create algorithmIdentifier dynamically from OID database
Martin Willi
2009-08-27
1
-1
/
+1
*
updated gmp plugin to new private/public key API, use encoder framework
Martin Willi
2009-08-26
1
-142
/
+92
*
gmp uses component builder to build public- from private-key
Martin Willi
2009-08-26
1
-27
/
+37
*
gmp plugin makes use of pkcs1/pgp/dnskey plugins
Martin Willi
2009-08-26
1
-263
/
+75
*
support of SHA224-based certificate signatures
Andreas Steffen
2009-08-05
1
-0
/
+2
*
check if RSA key is large enough to sign a chunk of data
Martin Willi
2009-06-15
1
-0
/
+7
*
pluto supports ECDSA authentication
Andreas Steffen
2009-06-12
1
-1
/
+0
*
implement gmp_rsa_private_key.decrypt()
Andreas Steffen
2009-06-09
1
-4
/
+33
*
used rsa coeff field in OpenPGP secret key payload
Andreas Steffen
2009-06-09
1
-25
/
+32
*
fixed OpenPGP parsing
Andreas Steffen
2009-06-09
1
-18
/
+24
*
pluto and scepclient use private and public key plugins of libstrongswan
Andreas Steffen
2009-06-09
1
-55
/
+226
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
changed RNG_REAL to RNG_TRUE
Andreas Steffen
2009-04-29
1
-2
/
+2
*
checking mpz_export return value properly
Martin Willi
2008-09-17
1
-0
/
+4
*
refactored credential builder
Martin Willi
2008-09-02
1
-23
/
+26
*
fixed copy-and-paste error
Andreas Steffen
2008-05-23
1
-1
/
+1
*
typo
Tobias Brunner
2008-05-14
1
-3
/
+3
*
reverted [3945], proper fix for zero value ASN1 integer
Martin Willi
2008-05-13
1
-3
/
+7
*
fixed unsave calculation of mpz_export length
Martin Willi
2008-05-13
1
-3
/
+1
*
introduced ASN1_EXIT command in ASN.1 object syntax definition
Andreas Steffen
2008-04-28
1
-35
/
+34
*
optimized parser->success()
Andreas Steffen
2008-04-26
1
-2
/
+2
*
refactoring of the ASN.1 parser
Andreas Steffen
2008-04-26
1
-18
/
+26
*
added API for random number generators, served through credential factory
Martin Willi
2008-04-15
1
-30
/
+19
*
creating public key from RSA private key
Martin Willi
2008-03-18
1
-3
/
+3
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-0
/
+844