aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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-291-2/+1
* Added support for BLISS-IIIAndreas Steffen2014-11-291-2/+17
* Started implementing BLISS signature generationAndreas Steffen2014-11-293-15/+9
* Store and parse BLISS private and public keys in DER and PEM formatAndreas Steffen2014-11-295-27/+419
* 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
* unit-tests: Added bliss_fft test suiteAndreas Steffen2014-11-295-0/+193
* Moved mgf1 class to libstrongswan/crypto/mgf1Andreas Steffen2014-11-295-267/+7
* Defined BLISS I and IV parameter setsAndreas Steffen2014-11-294-19/+365
* Implemented Number Theoretic Transform using the FFT algorithmAndreas Steffen2014-11-298-3/+869
* Created framework for BLISS post-quantum signature algorithmAndreas Steffen2014-11-297-0/+625
* constraints: Use a more specific FQDN/email name constraint matchingMartin Willi2014-10-301-22/+73
* constraints: Don't reject certificates with invalid certificate policiesMartin Willi2014-10-301-25/+97
* curl: For SSL features, depend on thread-safety provided by our crypto pluginsMartin Willi2014-09-243-7/+57
* curl: Dynamically query supported protocols and register appropriate featuresMartin Willi2014-09-241-10/+64
* curl: Try to initialize with SSL support to handle https:// URIsMartin Willi2014-09-241-1/+6
* plugin-loader: Support a reload() callback for static featuresMartin Willi2014-09-222-4/+35
* curl: Log error code tooTobias Brunner2014-09-091-2/+5
* openssl: Report correct key length for EC keys when not using NIST curvesTobias Brunner2014-09-022-22/+2
* winhttp: Do not use countof() on pointer argumentTobias Brunner2014-07-021-1/+1
* gcrypt: Use predefined pthread locking functions instead of custom hooksMartin Willi2014-07-011-50/+4
* charon: Set CLOEXEC flag on daemon PID file and /dev/(u)random source FDsMartin Willi2014-06-241-0/+5
* winhttp: Fix a typo to properly release connection handleMartin Willi2014-06-191-1/+1
* sshkey: Fix loading of ECDSA keys from filesTobias Brunner2014-06-182-3/+3
* sshkey: Add support to parse SSH public keys from files with left|rightsigkeyTobias Brunner2014-06-183-3/+59
* winhttp: Support basic authentication for URLs having credentialsMartin Willi2014-06-041-3/+23
* winhttp: Support new response code fetcher optionMartin Willi2014-06-041-0/+34
* winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP APIMartin Willi2014-06-045-0/+522
* x509: Check return value when signing attribute certificatesMartin Willi2014-06-041-9/+16
* openssl: Don't re-enter FIPS mode if we are already using itMartin Willi2014-06-041-2/+3
* openssl: Be less verbose about FIPS mode when not running as daemonMartin Willi2014-06-041-2/+2
* sqlite: Avoid name clash when building on WindowsMartin Willi2014-06-041-2/+2
* mysql: Add Windows supportMartin Willi2014-06-042-5/+8
* openssl: Fix includes to prevent <winsock2.h> to complain about include orderMartin Willi2014-06-042-6/+8
* openssl: Undef OpenSSLs X509_NAME defined by <wincrypt.h>Martin Willi2014-06-041-0/+6
* openssl: Check and link against libeay32 instead of libcrypto on WindowsMartin Willi2014-06-041-1/+1
* sha1: Include <library.h> instead of directly including <arpa/inet.h>Martin Willi2014-06-042-4/+3
* x509: Undef OCSP_RESPONSE from <wincrypt.h> before using itMartin Willi2014-06-041-0/+5
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-0447-49/+48
* windows: Provide wrappers for dlopen() function familyMartin Willi2014-06-031-0/+2
* curl: Don't set CURLOPT_FAILONERRORTobias Brunner2014-05-311-14/+5
* soup: Add support to retrieve the response codeTobias Brunner2014-05-191-2/+14
* curl: Add support to return the response codeTobias Brunner2014-05-191-1/+27
* enum: Don't directly include enum.hMartin Willi2014-05-162-3/+2
* unbound: Explicitly cast from ldns RR type/class to our typesMartin Willi2014-05-161-2/+2