aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* bliss: Fix Doxygen commentsTobias Brunner2014-12-152-6/+6
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-153-4/+4
* kernel-pfkey: Fix replay window size on FreeBSD and Mac OS XTobias Brunner2014-12-151-0/+6
* Also initialize s_signAndreas Steffen2014-12-121-1/+1
* pem: Handle BER indefinite length encoding as binary ASN.1Martin Willi2014-12-121-1/+24
* pki: Add command to export certificates and keys from PKCS#12 containersTobias Brunner2014-12-122-9/+112
* pki: Reformat PKCS#12 output and add an index for each certificate/keyTobias Brunner2014-12-122-14/+17
* pki: Add simple PKCS#12 display commandTobias Brunner2014-12-124-1/+203
* pki: Cache entered secrets in case they are needed more than onceTobias Brunner2014-12-121-2/+23
* ike: Allow creation of internally used payloadsTobias Brunner2014-12-121-1/+1
* Cache only support fingerprint typesAndreas Steffen2014-12-121-2/+4
* Fix ambiguities and gcc compiler warningAndreas Steffen2014-12-121-3/+3
* apple: Use precancelable poll() to wrap accept/recvmsg callsMartin Willi2014-12-121-1/+5
* Use bitspender->get_bytes() method in ntru_tritsAndreas Steffen2014-12-121-26/+14
* Use Huffman code in BLISS signatureAndreas Steffen2014-12-127-38/+296
* Include design parameters in generated Huffman code filesAndreas Steffen2014-12-121-20/+31
* bliss: Fix monolithic buildTobias Brunner2014-12-1212-100/+122
* bliss: Fix compilation warning with certain GCC versionsTobias Brunner2014-12-121-1/+2
* swanctl: Fail loading a connection if loading a cacert constraint failsMartin Willi2014-12-121-10/+37
* vici: Use silent builder destroy function in vici_free_req()Martin Willi2014-12-121-7/+1
* vici: Add a destroy method to builder, allowing cancellation without errorMartin Willi2014-12-122-4/+18
* eap-radius: Use the single-server legacy server options as fallbackMartin Willi2014-12-121-3/+10
* Pack private key arraysAndreas Steffen2014-12-101-17/+75
* dumm: Fix -Wformat warning in ruby extensionMartin Willi2014-12-101-2/+2
* Automatic generation of optimized Huffman codesAndreas Steffen2014-12-097-0/+559
* unit-tests: added bliss_sampler testAndreas Steffen2014-12-093-0/+99
* Expanded bliss_bitpacker to 32 bitsAndreas Steffen2014-12-095-41/+39
* ikev1: Use same map for AH and ESP authentication algorithmsTobias Brunner2014-12-091-152/+120
* ikev1: Accept IPComp proposals with 4 octet long CPI valuesTobias Brunner2014-12-051-2/+2
* ike: Only parse payloads valid for the current IKE versionTobias Brunner2014-12-054-3/+33
* ike: Make check for known payloads depend on IKE versionTobias Brunner2014-12-054-26/+41
* pkcs5: Add support for PBES2 encryption schemes other than 3DESTobias Brunner2014-12-051-8/+24
* asn1: Add OID for Blowfish CBCTobias Brunner2014-12-052-0/+11
* diffie-hellman: Handle dh_exponent_ansi_x9_42 as a boolean settingMartin Willi2014-12-051-2/+2
* unity: Only do narrowing of responder's TS if we received 0.0.0.0/0Tobias Brunner2014-12-051-2/+84
* id-payload: Enable multiple calls to get_ts() for subnet traffic selectorsTobias Brunner2014-12-051-2/+5
* ikev2: Fix handling of more than one hash-and-URL certificate payloadsTobias Brunner2014-12-041-2/+2
* kernel-wfp: Install outbound ALE connect rules for IPsecMartin Willi2014-12-041-16/+43
* kernel-wfp: Install inbound ALE IP-in-IP filtersMartin Willi2014-12-041-41/+159
* kernel-wfp: Add missing IPsec sublayer GUIDsMartin Willi2014-12-041-0/+6
* kernel-wfp: Define IPsec related ALE layers and callout GUIDsMartin Willi2014-12-042-0/+40
* kernel-wfp: Fix logging of MM/QM/EM NetEvent failuresMartin Willi2014-12-041-0/+12
* vici: Make sure to send/recv all requested bytes over socketMartin Willi2014-12-041-3/+22
* updown: Inverse comment of VPN_LOGGING variable, as it is enabled by defaultMartin Willi2014-12-021-1/+1
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-2917-18/+97
* Applied bit packing to BLISS public keyAndreas Steffen2014-11-295-55/+68
* Wipe BLISS private key memoryAndreas Steffen2014-11-291-2/+8
* Created bliss_bitpacker class to encode BLISS signaturesAndreas Steffen2014-11-298-46/+464
* Skip the unused bits field of the ASN.1 BIT STRING encodingAndreas Steffen2014-11-291-1/+1
* Store NTT A of BLISS public key aAndreas Steffen2014-11-292-28/+24