Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | completed pkcs7 parsing methods | Andreas Steffen | 2007-10-07 | 2 | -456/+274 | |
| | ||||||
* | added eme_pkcs1_decrypt() method | Andreas Steffen | 2007-10-07 | 2 | -18/+80 | |
| | ||||||
* | added error message in case of incorrect padding | Andreas Steffen | 2007-10-07 | 1 | -0/+3 | |
| | ||||||
* | added RCSID | Andreas Steffen | 2007-10-07 | 1 | -0/+2 | |
| | ||||||
* | replaced strncmp() == 0 by strneq() | Andreas Steffen | 2007-10-07 | 2 | -4/+14 | |
| | ||||||
* | added strneq(x,y,len) macro | Andreas Steffen | 2007-10-07 | 4 | -0/+1000 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-10-07 | 1 | -0/+3 | |
| | ||||||
* | fixed memory leak | Martin Willi | 2007-10-04 | 1 | -0/+1 | |
| | ||||||
* | implemented an optional DH public value test | Martin Willi | 2007-10-04 | 2 | -125/+125 | |
| | | | | some other cleanups, using RFC2631 variable names | |||||
* | cleanups, fixes and simplification of diffie hellman code | Martin Willi | 2007-10-04 | 1 | -123/+96 | |
| | ||||||
* | implemented enumerator for linked_list | Martin Willi | 2007-10-04 | 2 | -1/+63 | |
| | ||||||
* | moved enumerator from libappserv to libstrongswan | Martin Willi | 2007-10-04 | 3 | -0/+102 | |
| | ||||||
* | more libstrongswan-like error handling in optionsfrom | Martin Willi | 2007-10-03 | 2 | -51/+32 | |
| | ||||||
* | destruction helper macros | Tobias Brunner | 2007-10-02 | 1 | -1/+11 | |
| | ||||||
* | implemented SHA1 encrypted passwords for manager | Martin Willi | 2007-09-27 | 2 | -4/+36 | |
| | ||||||
* | added vsyslog to leak detectives white list | Martin Willi | 2007-09-27 | 3 | -3/+7 | |
| | | | | removed debugging hook on openac cleanup | |||||
* | ignore : separators in hex input | Andreas Steffen | 2007-09-25 | 1 | -65/+120 | |
| | ||||||
* | replace sizeof(buf) by BUF_LEN | Andreas Steffen | 2007-09-18 | 1 | -1/+1 | |
| | ||||||
* | recovered lost asn1_init() function | Andreas Steffen | 2007-09-18 | 1 | -0/+14 | |
| | ||||||
* | declared timetoasn1()function | Andreas Steffen | 2007-09-18 | 1 | -0/+1 | |
| | ||||||
* | moved position of timetoas1n | Andreas Steffen | 2007-09-18 | 1 | -36/+23 | |
| | ||||||
* | added all required includes | Andreas Steffen | 2007-09-18 | 2 | -1/+1 | |
| | ||||||
* | fixed to bugs in optionsfrom.c | Andreas Steffen | 2007-09-18 | 1 | -0/+4 | |
| | ||||||
* | added new version of optionsfrom using libstrongswan | Andreas Steffen | 2007-09-18 | 2 | -0/+199 | |
| | ||||||
* | removed some empty lines | Andreas Steffen | 2007-09-18 | 3 | -0/+62 | |
| | ||||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 1 | -2/+9 | |
| | ||||||
* | peer_cfg now knows about group memberships | Andreas Steffen | 2007-09-13 | 5 | -261/+447 | |
| | ||||||
* | removed unused LARGEST_HASH_OID_SIZE definition | Andreas Steffen | 2007-09-13 | 1 | -3/+1 | |
| | ||||||
* | replaced 8 by BITS_PER_BYTE | Andreas Steffen | 2007-09-12 | 1 | -1/+1 | |
| | ||||||
* | error message outputs hash size differences | Andreas Steffen | 2007-09-12 | 1 | -2/+3 | |
| | ||||||
* | renamed encoded_hash to digestInfo | Andreas Steffen | 2007-09-12 | 1 | -6/+6 | |
| | ||||||
* | included pem.h and x509.h; fixed comparison bug | Andreas Steffen | 2007-09-12 | 1 | -1/+4 | |
| | ||||||
* | fixed warnings and memory leak | Martin Willi | 2007-09-12 | 1 | -1/+2 | |
| | ||||||
* | added error messages in signature verification | Andreas Steffen | 2007-09-12 | 1 | -4/+7 | |
| | ||||||
* | increased debug level for errors to DBG1 | Andreas Steffen | 2007-09-12 | 1 | -2/+2 | |
| | ||||||
* | check for surplus bytes in EM structure after the digestInfo | Andreas Steffen | 2007-09-11 | 1 | -29/+44 | |
| | ||||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 7 | -148/+194 | |
| | ||||||
* | OID_UNKNOWN (-1) requires int type | Andreas Steffen | 2007-09-11 | 3 | -9/+7 | |
| | ||||||
* | removed rsa_private_key clone() function | Andreas Steffen | 2007-09-11 | 2 | -143/+23 | |
| | ||||||
* | added md2, sha256, sha384, and sha512 ASN.1 algorithm IDs | Andreas Steffen | 2007-09-11 | 2 | -2/+39 | |
| | ||||||
* | replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵ | Andreas Steffen | 2007-09-11 | 1 | -12/+16 | |
| | | | | distribution of private key material | |||||
* | mpz_clear_randomized() overwrites private key material before releasing it | Andreas Steffen | 2007-09-10 | 1 | -22/+41 | |
| | ||||||
* | the new function chunk_free_randomized() overwrites the contents of a chunk ↵ | Andreas Steffen | 2007-09-10 | 2 | -0/+27 | |
| | | | | with pseudo-random bytes before freeing it | |||||
* | proper initialization of rsa private key | Martin Willi | 2007-08-30 | 1 | -0/+2 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-08-29 | 1 | -2/+2 | |
| | ||||||
* | fixed 64 bit issue (size_t is 32 bit) | Andreas Steffen | 2007-08-29 | 1 | -5/+6 | |
| | ||||||
* | SHA-1 HMAC signature is now computed over concatenation of TEXT and RODATA ↵ | Andreas Steffen | 2007-08-29 | 1 | -2/+2 | |
| | | | | segments | |||||
* | compute SHA-1 HMAC over libstrongswan TEXT segment for the time being | Andreas Steffen | 2007-08-29 | 3 | -38/+61 | |
| | ||||||
* | signers implemented with HMAC now support NULL output parameters | Martin Willi | 2007-08-29 | 2 | -17/+34 | |
| | | | | | to feed signer with more than one block of data. | |||||
* | build fips_signer and fips_signature with USE_INTEGRITY_TEST condition only | Andreas Steffen | 2007-08-29 | 1 | -1/+2 | |
| |