aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-3040-225/+161
* 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-301-1/+1
* 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
|/
* Add final annotation on Data_StoreJack Lloyd2017-12-281-1/+1
* Avoid prefixing siglongjmp or sigsetjmp with ::Jack Lloyd2017-12-281-2/+2
* Merge GH #1374 Remove unneeded XMSS-WOTS operationsJack Lloyd2017-12-2711-397/+0
|\
| * Remove the unused XMSS-WOTS operationsJack Lloyd2017-12-2711-397/+0
* | Change X509_Certificate::subject_public_key_bitstring_sha1 to return const refJack Lloyd2017-12-272-2/+3
|/
* In dist script set gzip header time to the tag timestampJack Lloyd2017-12-271-18/+19
* Fix a couple Doxygen format errors [ci skip]Jack Lloyd2017-12-262-9/+11
* Avoid warnings about unused params in minimal builds [ci skip]Jack Lloyd2017-12-241-1/+5
* Fixes #1370 UBSan incompatible function ptr typeMatthias Gierlings2017-12-241-5/+35
* Avoid printing integers in decimal in ASN.1 printerJack Lloyd2017-12-231-11/+1
* Correctly handle ASN.1 data inside octet strings.Jack Lloyd2017-12-231-1/+6
* Add exceptions to mach_abi_linking groupsJack Lloyd2017-12-232-2/+2
* Build improvementsJack Lloyd2017-12-238-6/+4
* Use a better name for the entropy source that reads the system RNGJack Lloyd2017-12-231-1/+1
* Enable additional Haiku featuresJack Lloyd2017-12-231-1/+3
* Fix socket libs for SolarisJack Lloyd2017-12-231-0/+1
* Enable shared libs on HaikuJack Lloyd2017-12-231-1/+2
* Avoid defining LIB_LINK_CMD if we are not creating a shared object.Jack Lloyd2017-12-231-3/+2
* Fix build issue on HaikuJack Lloyd2017-12-233-0/+4
* Move DN upper bound function to X509_DN static functionJack Lloyd2017-12-236-36/+21
* Merge GH #1371 Add socket helpers, convert tls_server to new APIJack Lloyd2017-12-233-176/+159
|\
| * Convert TLS server to new style TLS interface (GH #1350)Jack Lloyd2017-12-231-78/+71
| * Add wrapper functions to clean up cli code using socketsJack Lloyd2017-12-233-98/+88
* | Initialize CRL_Code field in CRL_Entry dataJack Lloyd2017-12-231-1/+1
|/
* Avoid (implicitly) using std::rand with std::random_shuffleJack Lloyd2017-12-231-1/+8
* Avoid uninitialized field warningsJack Lloyd2017-12-231-1/+2
* FreeBSD removed support for proc filesystem a while agoJack Lloyd2017-12-231-1/+0
* Increase size of CRL code enum to 32-bitsJack Lloyd2017-12-231-1/+1