aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* cosmeticsAndreas Steffen2007-10-081-0/+1
|
* added RCSIDAndreas Steffen2007-10-084-2/+6
|
* added RCSIDAndreas Steffen2007-10-083-0/+6
|
* added RCSIDAndreas Steffen2007-10-082-2/+2
|
* added RCSIDAndreas Steffen2007-10-086-6/+6
|
* added RCSIDAndreas Steffen2007-10-0830-33/+325
|
* added RCSIDAndreas Steffen2007-10-082-2/+2
|
* added RCSIDAndreas Steffen2007-10-0888-91/+91
|
* added RCSIDAndreas Steffen2007-10-082-2/+2
|
* 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
|
* use RCSIDAndreas Steffen2007-10-066-7/+8
|
* activated Id propertyAndreas Steffen2007-10-0698-96/+98
|
* activated Id propertyAndreas Steffen2007-10-061-1/+1
|
* activated Id propertyAndreas Steffen2007-10-061-1/+1
|
* fixed some typosMartin Willi2007-10-051-2/+2
|
* removed recursive mutex and __USE_UNIX98, should fix uClibc buildMartin Willi2007-10-051-12/+13
|
* fixed bad cast which resulted in a crash on "ipsec update"Martin Willi2007-10-051-1/+2
|
* 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-048-5/+5
|
* fixed sqlite_backend compilation to respect changes from [3238]Martin Willi2007-10-041-1/+1
|
* version bump to 4.1.8Andreas Steffen2007-10-042-1/+3
|
* added Andreas Eigenmann and Joel Stillhart to copyright statement4.1.7Andreas Steffen2007-10-031-2/+3
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-0340-31/+5104
|
* proper cleanup on errorMartin Willi2007-10-031-2/+4
|
* more libstrongswan-like error handling in optionsfromMartin Willi2007-10-033-53/+36
|
* added inbound and outbound arrows to ESP SPIsAndreas Steffen2007-10-031-2/+2
|
* reverted changeset [3215], as we need NULL callback to do asynchronous callsMartin Willi2007-10-033-35/+62
| | | | added interface_manager_cb_empty function, which calls synchronous but doesn't do anything
* added missing enumerator implementationMartin Willi2007-10-031-0/+44
|
* typoTobias Brunner2007-10-021-1/+1
|
* do not attempt to encrypt payloads without crypter or signer (allows to ↵Tobias Brunner2007-10-021-0/+7
| | | | override message rules)
* fixed "ipsec statusall" SPI formattingMartin Willi2007-10-021-2/+2
|
* destruction helper macrosTobias Brunner2007-10-021-1/+11
|
* fixed sqlite database pathMartin Willi2007-10-021-2/+2
|
* ID payload with explicit payload typeTobias Brunner2007-10-024-69/+20
|