aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* added error message in case of incorrect paddingAndreas Steffen2007-10-071-0/+3
|
* added RCSIDAndreas Steffen2007-10-071-0/+2
|
* replaced strncmp() == 0 by strneq()Andreas Steffen2007-10-072-4/+14
|
* added strneq(x,y,len) macroAndreas Steffen2007-10-074-0/+1000
|
* cosmeticsAndreas Steffen2007-10-071-0/+3
|
* fixed memory leakMartin Willi2007-10-041-0/+1
|
* implemented an optional DH public value testMartin Willi2007-10-042-125/+125
| | | | some other cleanups, using RFC2631 variable names
* cleanups, fixes and simplification of diffie hellman codeMartin Willi2007-10-041-123/+96
|
* implemented enumerator for linked_listMartin Willi2007-10-042-1/+63
|
* moved enumerator from libappserv to libstrongswanMartin Willi2007-10-043-0/+102
|
* 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
|