aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/rsa
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-134-1574/+0
|
* fixed commentAndreas Steffen2008-01-271-1/+1
|
* implemented pkcs1_encrypt()Andreas Steffen2008-01-271-0/+51
|
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-224-57/+26
|
* implemented rsa_private_key_t.get_public_key()Andreas Steffen2008-01-211-44/+24
|
* added rsa_public_key_create(mpz_t n, mpz_t e)Andreas Steffen2008-01-212-21/+63
|
* corrected briefAndreas Steffen2007-10-171-1/+1
|
* added get_publicKeyInfo() methodAndreas Steffen2007-10-122-79/+38
|
* implemented pkcs1_write() methodAndreas Steffen2007-10-122-21/+32
|
* call get_keysize with const rsa_private_key_t*Andreas Steffen2007-10-111-1/+1
|
* cosmeticsAndreas Steffen2007-10-111-1/+2
|
* renamed eme_pkcs1_decrypt() to pkcs1_decrypt()Andreas Steffen2007-10-112-11/+12
|
* increase debug level from 1 to 2Andreas Steffen2007-10-081-1/+1
|
* added eme_pkcs1_decrypt() methodAndreas Steffen2007-10-072-18/+80
|
* added error message in case of incorrect paddingAndreas Steffen2007-10-071-0/+3
|
* added RCSIDAndreas Steffen2007-10-071-0/+2
|
* removed unused LARGEST_HASH_OID_SIZE definitionAndreas Steffen2007-09-131-3/+1
|
* replaced 8 by BITS_PER_BYTEAndreas Steffen2007-09-121-1/+1
|
* error message outputs hash size differencesAndreas Steffen2007-09-121-2/+3
|
* renamed encoded_hash to digestInfoAndreas Steffen2007-09-121-6/+6
|
* fixed warnings and memory leakMartin Willi2007-09-121-1/+2
|
* added error messages in signature verificationAndreas Steffen2007-09-121-4/+7
|
* check for surplus bytes in EM structure after the digestInfoAndreas Steffen2007-09-111-29/+44
|
* check hash algorithms used in signaturesAndreas Steffen2007-09-112-133/+88
|
* removed rsa_private_key clone() functionAndreas Steffen2007-09-112-143/+23
|
* mpz_clear_randomized() overwrites private key material before releasing itAndreas Steffen2007-09-101-22/+41
|
* proper initialization of rsa private keyMartin Willi2007-08-301-0/+2
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-314-6/+4
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-302-9/+7
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* added private flag to asn1_initAndreas Steffen2006-10-252-2/+2
|
* support of encrypted private key filesAndreas Steffen2006-09-203-4/+4
|
* some cleanups here and thereMartin Willi2006-09-183-12/+8
|
* fixed certificate verification bug!Martin Willi2006-09-141-4/+17
|
* updated copyright informationMartin Willi2006-07-074-4/+8
|
* fixed compiler warningsMartin Willi2006-07-051-1/+2
|
* added X.509 trust chain verificationAndreas Steffen2006-06-272-24/+24
|
* computation of SHA-1 hash over publicKeyInfo objectAndreas Steffen2006-05-303-104/+128
|
* corrected typeAndreas Steffen2006-05-291-1/+1
|
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-192-23/+59
|
* - added ipsec.conf template and man page backMartin Willi2006-05-181-23/+0
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* (no commit message)Martin Willi2006-05-102-2/+2
|
* (no commit message)Martin Willi2006-05-105-0/+1572