aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* ipsec-types: Support the %unique mark valueMartin Willi2015-02-201-1/+9
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-201-2/+2
* traffic-selector: Add a hash() methodMartin Willi2015-02-202-0/+20
* unit-tests: Add an initial set of traffic selector unit testsMartin Willi2015-02-203-0/+281
* traffic-selector: Add a compare function to sort traffic selectorsMartin Willi2015-02-202-34/+86
* x509: Fix public key reference leak if authority key identifier does not matchMartin Willi2015-02-061-10/+12
* unit-tests: Adapted to coverity fixesAndreas Steffen2014-12-232-12/+27
* Fixed bad bit shift and sign extension errorsAndreas Steffen2014-12-234-10/+34
* bliss: Remove unnecessary cast to doubleTobias Brunner2014-12-231-1/+1
* bliss: Log type if unsupportedTobias Brunner2014-12-231-1/+1
* bliss: Make sure sampler exists after checking for it earlierTobias Brunner2014-12-231-2/+2
* crypto: Define MODP_CUSTOM outside of IKE DH rangeTobias Brunner2014-12-238-13/+16
* apple: Redefine some additional clashing Mach typesMartin Willi2014-12-163-3/+11
* mgf1: Use correct Doxygen groupsTobias Brunner2014-12-152-4/+4
* bliss: Fix Doxygen commentsTobias Brunner2014-12-152-6/+6
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-2/+2
* Also initialize s_signAndreas Steffen2014-12-121-1/+1
* pem: Handle BER indefinite length encoding as binary ASN.1Martin Willi2014-12-121-1/+24
* 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
* Pack private key arraysAndreas Steffen2014-12-101-17/+75
* 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
* 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
* Implemented full BLISS support for IKEv2 public key authentication and the pk...Andreas Steffen2014-11-296-7/+15
* 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
* unit-tests: created bliss_sign test suiteAndreas Steffen2014-11-295-1/+91
* Finished BLISS signature generationAndreas Steffen2014-11-2912-157/+1170
* Implemented Gaussian rejection samplerAndreas Steffen2014-11-296-16/+496
* Implemented get_byte() method for mgf1_bitspender classAndreas Steffen2014-11-294-26/+78
* Added support for BLISS-IIIAndreas Steffen2014-11-291-2/+17
* Started implementing BLISS signature generationAndreas Steffen2014-11-297-22/+26
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-297-28/+424
* unit-tests: Created separate mgf1 test suiteAndreas Steffen2014-11-295-147/+270
* Use mgf1_bitspender in ntru_poly_create_from_seedAndreas Steffen2014-11-292-52/+16
* Use mgf1_bitspender to generate random secret keyAndreas Steffen2014-11-291-280/+226
* Implemented bitspender based on the MGF1 mask generator functionAndreas Steffen2014-11-294-3/+223