aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* added create_certificate_iterator() methodAndreas Steffen2007-10-122-5/+20
|
* added x509_build_generalNames() and x509_build_subjectAltNames() functionsAndreas Steffen2007-10-122-32/+165
|
* added x509_ prefix to imported parse functionsAndreas Steffen2007-10-124-3/+12
|
* added RCSIDAndreas Steffen2007-10-122-0/+4
|
* cosmeticsAndreas Steffen2007-10-121-1/+2
|
* implemented pkcs1_write() methodAndreas Steffen2007-10-122-21/+32
|
* added x509_create() synthesis functionAndreas Steffen2007-10-112-7/+52
|
* added get_data() methodAndreas Steffen2007-10-112-1/+18
|
* call get_keysize with const rsa_private_key_t*Andreas Steffen2007-10-111-1/+1
|
* cosmeticsAndreas Steffen2007-10-111-1/+2
|
* renamed eme_pkcs1_decrypt() to pkcs1_decrypt()Andreas Steffen2007-10-113-12/+13
|
* corrected briefAndreas Steffen2007-10-081-1/+1
|
* increase debug level from 1 to 2Andreas Steffen2007-10-081-1/+1
|
* completed pkcs7 parsing methodsAndreas Steffen2007-10-072-456/+274
|
* added eme_pkcs1_decrypt() methodAndreas Steffen2007-10-072-18/+80
|
* 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
|