aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* added RCSIDAndreas Steffen2007-10-071-0/+2
* added strneq(x,y,len) macroAndreas Steffen2007-10-072-0/+992
* fixed memory leakMartin Willi2007-10-041-0/+1
* implemented an optional DH public value testMartin Willi2007-10-042-125/+125
* cleanups, fixes and simplification of diffie hellman codeMartin Willi2007-10-041-123/+96
* added all required includesAndreas Steffen2007-09-181-1/+0
* removed some empty linesAndreas Steffen2007-09-182-0/+61
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-134-261/+446
* 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
* included pem.h and x509.h; fixed comparison bugAndreas Steffen2007-09-121-1/+4
* 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-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
* 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