aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
* more libstrongswan-like error handling in optionsfromMartin Willi2007-10-032-51/+32
|
* destruction helper macrosTobias Brunner2007-10-021-1/+11
|
* implemented SHA1 encrypted passwords for managerMartin Willi2007-09-272-4/+36
|
* added vsyslog to leak detectives white listMartin Willi2007-09-273-3/+7
| | | | removed debugging hook on openac cleanup
* ignore : separators in hex inputAndreas Steffen2007-09-251-65/+120
|
* replace sizeof(buf) by BUF_LENAndreas Steffen2007-09-181-1/+1
|
* recovered lost asn1_init() functionAndreas Steffen2007-09-181-0/+14
|
* declared timetoasn1()functionAndreas Steffen2007-09-181-0/+1
|
* moved position of timetoas1nAndreas Steffen2007-09-181-36/+23
|
* added all required includesAndreas Steffen2007-09-182-1/+1
|
* fixed to bugs in optionsfrom.cAndreas Steffen2007-09-181-0/+4
|
* added new version of optionsfrom using libstrongswanAndreas Steffen2007-09-182-0/+199
|
* removed some empty linesAndreas Steffen2007-09-183-0/+62
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-181-2/+9
|
* 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 ↵Andreas Steffen2007-09-111-12/+16
| | | | distribution of private key material
* 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 ↵Andreas Steffen2007-09-102-0/+27
| | | | with pseudo-random bytes before freeing it
* 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 ↵Andreas Steffen2007-08-291-2/+2
| | | | segments
* 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
| | | | | to feed signer with more than one block of data.
* 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
|