]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan
vici: Support non-Unix sockets for vici connections using Python
[thirdparty/strongswan.git] / src / libstrongswan /
2015-03-16  Andreas SteffenFixed two BLISS key type identifier strings
2015-03-09  Tobias Brunnerfiles: Add simple plugin to load files from file:/...
2015-03-09  Tobias Brunnerscheduler: Add method to remove all scheduled jobs
2015-03-09  Tobias Brunnerplugin-loader: Increase log level for warning about...
2015-03-09  Tobias Brunnerpkcs11: Convert RFC 3279 ECDSA signatures when verifying
2015-03-09  Tobias Brunnerpkcs11: Properly encode RFC 3279 ECDSA signatures
2015-03-09  Tobias Brunnerpkcs11: Properly encode EC_POINTs created on a token
2015-03-09  Tobias Brunnerpkcs11: Properly handle EC_POINTs returned as ASN.1...
2015-03-06  Tobias Brunnerx509: Use subjectKeyIdentifier provided by issuer cert...
2015-03-04  Tobias BrunnerMerge branch 'ikev2-signature-authentication'
2015-03-04  Tobias Brunnerhash-algorithm-set: Add class to manage a set of hash...
2015-03-04  Tobias Brunnercredential-manager: Store BLISS key strength in auth...
2015-03-04  Tobias Brunnerauth-cfg: Add BLISS key strength constraint
2015-03-04  Tobias Brunnerpublic-key: Add helper to determine acceptable signatur...
2015-03-04  Tobias Brunnerhasher: Add helper to determine hash algorithm from...
2015-03-04  Tobias Brunnerpublic-key: Add helper to map signature schemes to...
2015-03-04  Tobias Brunnerpublic-key: Add helper to determine key type from signa...
2015-03-04  Tobias Brunnerhasher: Add filter function for algorithms permitted...
2015-03-04  Tobias Brunnerhasher: Redefine hash algorithms to match values define...
2015-03-03  Martin WilliMerge branch 'stroke-purge-on-reread'
2015-03-03  Martin Willimem-cred: Add a method to unify certificate references...
2015-03-03  Thomas Egererenum: Extend printf hook to print flags
2015-03-02  Martin Williunit-tests: Don't fail host_create_from_dns() test...
2015-03-02  Tobias Brunnerbliss: Add generated Huffman codes to the repository
2015-02-27  Andreas SteffenFixed compiler warnings
2015-02-26  Andreas SteffenAllow SHA256 and SHA384 data hash for BLISS signatures.
2015-02-25  Andreas Steffenunit-tests: Completed BLISS tests
2015-02-25  Andreas SteffenCheck for null pointer before applying memwipe()
2015-02-25  Andreas SteffenImplemented improved BLISS-B signature algorithm
2015-02-24  Martin Willihost-resolver: Do not cancel threads waiting for new...
2015-02-24  Martin Willihost-resolver: Disable resolver thread cancellation...
2015-02-24  Martin Williunit-tests: Add host_create_from_dns() test cases resol...
2015-02-24  Martin Williplugin-loader: Do not unload libraries during dlclose...
2015-02-23  Martin Williunit-tests: Accept numerical protocol/port numbers...
2015-02-23  Tobias Brunneropenssl: Return the proper IV length for OpenSSL crypters
2015-02-20  Martin WilliMerge branch 'connmark'
2015-02-20  Martin Williipsec-types: Support the %unique mark value
2015-02-20  Martin WilliMerge branch 'reqid-alloc'
2015-02-20  Martin Willichild-sa: Replace reqid based marks by "unique" marks
2015-02-20  Martin Willitraffic-selector: Add a hash() method
2015-02-20  Martin Williunit-tests: Add an initial set of traffic selector...
2015-02-20  Martin Willitraffic-selector: Add a compare function to sort traffi...
2015-02-06  Martin Willix509: Fix public key reference leak if authority key...
2014-12-23  Andreas Steffenunit-tests: Adapted to coverity fixes
2014-12-23  Andreas SteffenFixed bad bit shift and sign extension errors
2014-12-23  Tobias Brunnerbliss: Remove unnecessary cast to double
2014-12-23  Tobias Brunnerbliss: Log type if unsupported
2014-12-23  Tobias Brunnerbliss: Make sure sampler exists after checking for...
2014-12-23  Tobias Brunnercrypto: Define MODP_CUSTOM outside of IKE DH range
2014-12-18  Martin WilliMerge branch 'osx-app'
2014-12-16  Martin Williapple: Redefine some additional clashing Mach types
2014-12-15  Tobias Brunnermgf1: Use correct Doxygen groups
2014-12-15  Tobias Brunnerbliss: Fix Doxygen comments
2014-12-15  Tobias BrunnerFixed some typos, courtesy of codespell
2014-12-12  Andreas SteffenAlso initialize s_sign
2014-12-12  Martin Willipem: Handle BER indefinite length encoding as binary...
2014-12-12  Andreas SteffenCache only support fingerprint types
2014-12-12  Andreas SteffenFix ambiguities and gcc compiler warning
2014-12-12  Martin Williapple: Use precancelable poll() to wrap accept/recvmsg...
2014-12-12  Andreas SteffenUse bitspender->get_bytes() method in ntru_trits
2014-12-12  Andreas SteffenUse Huffman code in BLISS signature
2014-12-12  Andreas SteffenInclude design parameters in generated Huffman code...
2014-12-12  Tobias Brunnerbliss: Fix monolithic build
2014-12-12  Tobias Brunnerbliss: Fix compilation warning with certain GCC versions
2014-12-10  Andreas SteffenPack private key arrays
2014-12-09  Andreas SteffenAutomatic generation of optimized Huffman codes
2014-12-09  Andreas Steffenunit-tests: added bliss_sampler test
2014-12-09  Andreas SteffenExpanded bliss_bitpacker to 32 bits
2014-12-05  Tobias Brunnerpkcs5: Add support for PBES2 encryption schemes other...
2014-12-05  Tobias Brunnerasn1: Add OID for Blowfish CBC
2014-12-05  Martin Willidiffie-hellman: Handle dh_exponent_ansi_x9_42 as a...
2014-11-29  Andreas SteffenImplemented full BLISS support for IKEv2 public key...
2014-11-29  Andreas SteffenApplied bit packing to BLISS public key
2014-11-29  Andreas SteffenWipe BLISS private key memory
2014-11-29  Andreas SteffenCreated bliss_bitpacker class to encode BLISS signatures
2014-11-29  Andreas SteffenSkip the unused bits field of the ASN.1 BIT STRING...
2014-11-29  Andreas SteffenStore NTT A of BLISS public key a
2014-11-29  Andreas Steffenunit-tests: created bliss_sign test suite
2014-11-29  Andreas SteffenFinished BLISS signature generation
2014-11-29  Andreas SteffenImplemented Gaussian rejection sampler
2014-11-29  Andreas SteffenImplemented get_byte() method for mgf1_bitspender class
2014-11-29  Andreas SteffenAdded support for BLISS-III
2014-11-29  Andreas SteffenStarted implementing BLISS signature generation
2014-11-29  Andreas SteffenStore and parse BLISS private and public keys in DER...
2014-11-29  Andreas Steffenunit-tests: Created separate mgf1 test suite
2014-11-29  Andreas SteffenUse mgf1_bitspender in ntru_poly_create_from_seed
2014-11-29  Andreas SteffenUse mgf1_bitspender to generate random secret key
2014-11-29  Andreas SteffenImplemented bitspender based on the MGF1 mask generator...
2014-11-29  Andreas Steffenunit-tests: Added bliss_fft test suite
2014-11-29  Andreas SteffenMoved mgf1 class to libstrongswan/crypto/mgf1
2014-11-29  Andreas SteffenDefined BLISS I and IV parameter sets
2014-11-29  Andreas SteffenAdded BLISS OIDs in ITA-HSR OID tree
2014-11-29  Andreas SteffenImplemented Number Theoretic Transform using the FFT...
2014-11-29  Andreas SteffenCreated framework for BLISS post-quantum signature...
2014-11-28  Martin Williwatcher: Proper handle poll() POLLHUP/NVAL signaling
2014-11-28  Martin Williwindows: Properly set errno for read/write functions...
2014-11-21  Martin WilliMerge branch 'poll'
2014-11-21  Martin Williwindows: Move the compatibility header to the compat...
2014-11-21  Martin Williapple: Wrap accept() and recvfrom() with poll(2) instea...
2014-11-21  Martin Williapple: Introduce a central compatibility header with...
next