aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-117-148/+194
|
* OID_UNKNOWN (-1) requires int typeAndreas Steffen2007-09-113-9/+7
|
* 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
|
* signers implemented with HMAC now support NULL output parameters Martin Willi2007-08-292-17/+34
| | | | | to feed signer with more than one block of data.
* defined ietfAttr_create_from_string()Andreas Steffen2007-08-291-0/+8
|
* initiated support of caIssuers accessLocationAndreas Steffen2007-08-171-5/+16
|
* sort attributes alphabeticallyAndreas Steffen2007-08-151-4/+87
|
* adding attribute certficates to a chained listAndreas Steffen2007-08-142-9/+81
|
* implemented listing of attribute certificatesAndreas Steffen2007-08-072-2/+81
|
* added doxygen commentsAndreas Steffen2007-08-041-1/+1
|
* output crl uri as a printable string instead of a binary blobAndreas Steffen2007-07-041-1/+1
|
* ignoring unkown crl/ocsp urisMartin Willi2007-07-041-3/+9
|
* don't modify des/3des input key anymoreMartin Willi2007-06-191-2/+3
|
* included a certificate label in the is_trusted() methodAndreas Steffen2007-05-251-1/+1
|
* added parsing of charging and group attributesAndreas Steffen2007-05-251-14/+63
|
* defined ietfAttr_t type and its destroy functionAndreas Steffen2007-05-231-2/+26
|
* add is_ca() methodAndreas Steffen2007-05-182-2/+21
|
* added set_ca_info() and get_ca_info() methodsAndreas Steffen2007-05-182-2/+47
|
* export MAX_CA_PATH_LENAndreas Steffen2007-05-171-1/+2
|
* check self-signedness of certificate at creation timeAndreas Steffen2007-05-171-2/+26
|
* list crlnumberAndreas Steffen2007-04-271-0/+18
|
* initialize isCA to FALSEAndreas Steffen2007-04-201-0/+1
|
* isOcspSigner was not initializedAndreas Steffen2007-04-201-0/+1
|
* implementation of strictcrlpolicy=ifuriAndreas Steffen2007-04-202-3/+30
|
* fixed destroy() bugAndreas Steffen2007-04-143-28/+46
|
* exported parse_generalNames()Andreas Steffen2007-04-141-0/+13
|
* added trailing newline to list()Andreas Steffen2007-04-121-6/+6
|
* started to parse attribute certificatesAndreas Steffen2007-04-121-0/+209
|
* cosmeticsAndreas Steffen2007-04-121-1/+0
|
* replace cert by this in parse_certificate()Andreas Steffen2007-04-121-68/+37
|
* parse_authorityKeyIdentifier() is made available externallyAndreas Steffen2007-04-121-2/+14
|
* external functions are defined in asn1.h and x509.h nowAndreas Steffen2007-04-121-4/+0
|
* started support of X.509 attribute certificatesAndreas Steffen2007-04-123-0/+447
|
* fixed output of list_certinfos()Andreas Steffen2007-04-121-1/+1
|
* corrected copyright statementAndreas Steffen2007-04-122-6/+12
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-127-217/+132
|
* cosmetics in debug outputAndreas Steffen2007-04-061-2/+2
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-4/+4
|
* support cachecrls=yesAndreas Steffen2007-04-054-18/+99
|
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-042-32/+62
|
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-034-38/+84
|
* implemented ipsec purgeocspAndreas Steffen2007-03-282-0/+22
|
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-283-3/+3
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-274-17/+194
|
* fixed case of missing subjectKeyIDAndreas Steffen2007-03-142-6/+15
|