aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* disabling leak detective at runtime by setting LEAK_DETECTIVE_DISABLE env varMartin Willi2007-06-081-3/+14
* included a certificate label in the is_trusted() methodAndreas Steffen2007-05-252-2/+3
* x509_t* argument in get_issuer() method is not constant any more because a sh...Andreas Steffen2007-05-251-1/+1
* added parsing of charging and group attributesAndreas Steffen2007-05-251-14/+63
* added #define LDAP_DEPRECATED in order to use old ldap_init() functionAndreas Steffen2007-05-241-0/+3
* defined ietfAttr_t type and its destroy functionAndreas Steffen2007-05-231-2/+26
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-1/+2
* 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