aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-135-261/+447
* 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
* increased debug level for errors to DBG1Andreas Steffen2007-09-121-2/+2
* 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
* added md2, sha256, sha384, and sha512 ASN.1 algorithm IDsAndreas Steffen2007-09-112-2/+39
* replaced get_rsa_private_key() by rsa_signature() in order restrict the distr...Andreas Steffen2007-09-111-12/+16
* mpz_clear_randomized() overwrites private key material before releasing itAndreas Steffen2007-09-101-22/+41
* the new function chunk_free_randomized() overwrites the contents of a chunk w...Andreas Steffen2007-09-102-0/+27
* proper initialization of rsa private keyMartin Willi2007-08-301-0/+2
* cosmeticsAndreas Steffen2007-08-291-2/+2
* fixed 64 bit issue (size_t is 32 bit)Andreas Steffen2007-08-291-5/+6
* SHA-1 HMAC signature is now computed over concatenation of TEXT and RODATA se...Andreas Steffen2007-08-291-2/+2
* compute SHA-1 HMAC over libstrongswan TEXT segment for the time beingAndreas Steffen2007-08-293-38/+61
* signers implemented with HMAC now support NULL output parameters Martin Willi2007-08-292-17/+34
* build fips_signer and fips_signature with USE_INTEGRITY_TEST condition onlyAndreas Steffen2007-08-291-1/+2
* changed interface of fips_verify_hmac_signatureAndreas Steffen2007-08-292-14/+16
* free hmac_signature string after useAndreas Steffen2007-08-291-1/+2
* beautificationAndreas Steffen2007-08-292-2/+20
* started implementation of libstrongswan code integrity checkAndreas Steffen2007-08-297-6/+556
* 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
* added caIssuers OIDAndreas Steffen2007-08-151-0/+1
* added Microsof Encrypting File System Extended Key Usage OIDAndreas Steffen2007-08-141-0/+1
* added Microsof Smartcard Logon Extended Key Usage OIDAndreas Steffen2007-08-141-0/+3
* adding attribute certficates to a chained listAndreas Steffen2007-08-142-9/+81
* replaced hex_str() by fprintf(#B) for printing unknown OIDsAndreas Steffen2007-08-141-16/+3
* support of ipsec rereadsecrets for strokeAndreas Steffen2007-08-101-3/+4
* made linked lists invoke() method consistent to clone_*() and destroy_*() met...Martin Willi2007-08-092-5/+28
* implemented listing of attribute certificatesAndreas Steffen2007-08-073-2/+89
* added doxygen commentsAndreas Steffen2007-08-042-2/+6
* doxygen cosmeticsAndreas Steffen2007-08-041-3/+4
* added two methods to clone linked lists and the contained objects.Tobias Brunner2007-07-312-0/+57
* updated XML interface to new schemaMartin Willi2007-07-191-1/+1
* output crl uri as a printable string instead of a binary blobAndreas Steffen2007-07-041-1/+1
* added entrustVersInfo OIDAndreas Steffen2007-07-041-0/+5
* ignoring unkown crl/ocsp urisMartin Willi2007-07-041-3/+9
* fixed memleakMartin Willi2007-07-021-0/+2
* don't modify des/3des input key anymoreMartin Willi2007-06-191-2/+3
* implemented more flexible iterator hook APIMartin Willi2007-06-152-33/+68
* case insensitive identification_t.equals() for FQDN and RFC822ADDRMartin Willi2007-06-141-3/+25