aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add the detection for the ca issuers field(1.3.6.1.5.5.7.48.2) in x509 certif...Patrik Fiedler2018-01-035-3/+44
* Avoid a warning under Clang when building amalgamationJack Lloyd2018-01-011-2/+2
* Avoid warning with old ClangJack Lloyd2018-01-011-1/+1
* Fix build on old ClangJack Lloyd2018-01-011-1/+2
* Fix bogus comparison [ci skip]Jack Lloyd2018-01-011-1/+1
* Fix function call accidentally removed in 903d8042a9Jack Lloyd2018-01-011-1/+3
* Add some basic tests of Data_Store classJack Lloyd2018-01-011-0/+71
* Add a cast to avoid Sonar warningJack Lloyd2018-01-011-6/+3
* Update license yearsJack Lloyd2018-01-011-1/+1
* Fix hardcoded dateJack Lloyd2018-01-011-4/+3
* Merge GH #1379 Fix undefined behavior in Ed25519Jack Lloyd2017-12-314-287/+313
|\
| * Resolve undefined behavior in Ed25519 codeJack Lloyd2017-12-314-287/+313
* | Enable GCC inline asm under Sun Studio compilersJack Lloyd2017-12-311-1/+1
* | Fix build issue affecting Sun CCJack Lloyd2017-12-311-1/+13
* | Add PKCS7 to todoJack Lloyd2017-12-311-0/+1
* | Fix make clean targetJack Lloyd2017-12-311-7/+6
|/
* Add a test that update_granularity > minimum_final_sizeJack Lloyd2017-12-312-0/+8
* Fix Ed25519 testsJack Lloyd2017-12-312-10/+4
* Add version detection for XLC [ci skip]Jack Lloyd2017-12-312-2/+10
* Avoid macros in Blake2b to workaround Visual C++ 2017 infinite loopJack Lloyd2017-12-301-39/+44
* Reorder fields of X509_Certificate_Data to reduce sizeJack Lloyd2017-12-301-8/+8
* Change X509_Certificate to cache cert policies and name constraintsJack Lloyd2017-12-302-20/+20
* Deprecate X509_Certificate::policiesJack Lloyd2017-12-301-1/+1
* Remove BOTAN_FORCE_SEMICOLON macroJack Lloyd2017-12-303-10/+4
* Disable sockets on MinGWJack Lloyd2017-12-301-3/+3
* Support regexes for OS aliasesJack Lloyd2017-12-302-5/+14
* Increase EAX update granularity to 128 bytes.Jack Lloyd2017-12-301-1/+5
* Fix lambda capture, MSVC didn't like thisJack Lloyd2017-12-291-1/+1
* Add some tests of ASN1_Pretty_PrinterJack Lloyd2017-12-2910-1/+79
* Move utils for reading test data files up to Test:: from OCSPJack Lloyd2017-12-293-32/+48
* Check that Cipher_Mode::start with invalid nonce size throwsJack Lloyd2017-12-291-0/+6
* Test output_length of cipher modesJack Lloyd2017-12-291-0/+13
* Test AEAD provider stringsJack Lloyd2017-12-291-0/+7
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-2813-53/+53
* Hack for building on Cygwin (newlib)Jack Lloyd2017-12-281-0/+1
* Add a test of Skein using personalization stringJack Lloyd2017-12-281-0/+5
* Add a test for distinct master keys in a single PSK_DBJack Lloyd2017-12-281-0/+11
* Correct OpenSSL RC4 namingJack Lloyd2017-12-281-1/+1
* Add passhash9 tests for edge casesJack Lloyd2017-12-282-3/+20
* Deprecate CMAC::poly_doubleJack Lloyd2017-12-281-1/+7
* Fix RC4 name in case of skipped bytesJack Lloyd2017-12-284-39/+19
* Merge GH #1375 Refactor ASN1_Pretty_Printer to allow custom formattingJack Lloyd2017-12-284-145/+216
|\
| * Refactor ASN1_Pretty_PrinterJack Lloyd2017-12-284-145/+216
* | Add a comment about an unused enumJack Lloyd2017-12-281-0/+1
* | Note that PSK database is now availableJack Lloyd2017-12-281-0/+1
|/
* Add final annotation on Data_StoreJack Lloyd2017-12-281-1/+1
* Avoid prefixing siglongjmp or sigsetjmp with ::Jack Lloyd2017-12-281-2/+2
* Officially deprecate Perl-XS wrapper [ci skip]Jack Lloyd2017-12-272-0/+5
* Merge GH #1374 Remove unneeded XMSS-WOTS operationsJack Lloyd2017-12-2711-397/+0
|\
| * Remove the unused XMSS-WOTS operationsJack Lloyd2017-12-2711-397/+0