aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge GH #1135 Add RFC 3394 keywrap to FFIJack Lloyd2017-07-312-0/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Move declarations above TLS blockKrzysztof Kwiatkowski2017-07-301-11/+11
| * | | FFI: Add interface for key wrapping with RFC 3394Krzysztof Kwiatkowski2017-06-292-0/+57
* | | | Merge GH #1123 Add OCSP::Response::certificates APIJack Lloyd2017-07-242-0/+36
|\ \ \ \
| * | | | add OCSP::Response::certificates() + unit testRené Meusel2017-07-212-0/+36
* | | | | Change arbitrary privkey size to a smaller arbitrary number.Jack Lloyd2017-07-241-1/+1
* | | | | Revert GH #1119 90e8cbbc02 Causes irregular timeouts on TravisJack Lloyd2017-07-241-1/+1
|/ / / /
* | | | Merge GH #1119 Run full tests on big-endian ppc qemuJack Lloyd2017-07-171-1/+1
|\ \ \ \
| * | | | Enable all tests on ppc32 cross buildJack Lloyd2017-07-161-1/+1
* | | | | Appease shellcheckJack Lloyd2017-07-171-3/+3
|/ / / /
* | | | Merge GH #1112 Cleanup in configureJack Lloyd2017-07-161-5/+6
|\ \ \ \
| * | | | configure: explicitly concatenate stdout+stdderr for cc_putputSimon Warta2017-07-051-5/+6
| | |_|/ | |/| |
* | | | Merge GH #1110 Fix documentation of PKCS11 moduleJack Lloyd2017-07-162-12/+12
|\ \ \ \
| * | | | Remove "pkcs11" provider paramater for pk ops in handbook and testsRené Korthaus2017-07-042-12/+12
| |/ / /
* | | | Merge GH #1116 Fix loading of unencrypted PKCS#8 key via CLIJack Lloyd2017-07-161-10/+16
|\ \ \ \
| * | | | Fix loading of unencrypted PKCS#8 key via CLIRené Korthaus2017-07-111-10/+16
| |/ / /
* / / / Fix failure to fully zero memory before freeJack Lloyd2017-07-163-1/+17
|/ / /
* | | Increase ABI versionJack Lloyd2017-07-031-1/+1
* | | Update newsJack Lloyd2017-07-031-0/+7
* | | Merge GH #1093 In EC keys, use OID encoding if possibleJack Lloyd2017-07-031-6/+16
|\ \ \
| * | | ECC: use OID encoding if possiblePatrick Wildt2017-06-301-6/+16
| * | | Revert previous, we should fix it differently.Patrick Wildt2017-06-301-16/+20
| * | | Allow ECDSA tests for OpenSSL by comparing EC GroupsPatrick Wildt2017-06-281-20/+16
| |/ /
* | | Merge GH #1107 Improve documentation of x509_path_validateJack Lloyd2017-07-031-1/+1
|\ \ \
| * | | Add position of end entity cert in x509_path_validate() doc [ci skip]René Korthaus2017-07-021-1/+1
* | | | Merge GH #1106 Fix sign_cert CLI incorrectly handling --ca-key-pass (GH #1104)Jack Lloyd2017-07-031-2/+4
|\ \ \ \
| * | | | Fix sign_cert CLI incorrectly handling --ca-key-passRené Korthaus2017-07-011-2/+4
| |/ / /
* | | | Merge GH #1103 Fix error in Doxygen commentJack Lloyd2017-07-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...Zoltan Gyarmati2017-07-011-1/+1
|/ / /
* | | Update newsJack Lloyd2017-06-302-1/+5
* | | Update modern and nist policies with recent additionsJack Lloyd2017-06-303-0/+21
* | | Merge GH #1082 Add support for SM2 signature schemeJack Lloyd2017-06-3016-2/+654
|\ \ \
| * | | Remove debug printsJack Lloyd2017-06-301-17/+1
| * | | Add SM2 signature schemeJack Lloyd2017-06-2916-2/+671
| | |/ | |/|
* | | Merge GH #1084 Support multiple buffer sizes in speed reportJack Lloyd2017-06-301-86/+446
|\ \ \
| * | | use buffer sizes only once in performance tests0xdefaced2017-06-261-2/+16
| * | | print a summary for performance tests0xdefaced2017-06-241-7/+306
| * | | only speed test different msg sizes when tests require a message size0xdefaced2017-06-241-204/+222
| * | | accept multiple buffer sizes used for speed tests0xdefaced2017-06-241-141/+170
| | |/ | |/|
* | | Merge GH #1098 Cleanups in SM3Jack Lloyd2017-06-301-81/+25
|\ \ \
| * | | Cleanups in SM3 codeJack Lloyd2017-06-291-81/+25
| |/ /
* | | Merge GH #1099 Update BSI policyJack Lloyd2017-06-301-0/+3
|\ \ \ | |_|/ |/| |
| * | Update BSI module policyRené Korthaus2017-06-301-0/+3
|/ /
* | Merge GH #1095 Catch exceptions in botan_mp_initJack Lloyd2017-06-291-3/+23
|\ \
| * | ffi: Catch exceptions in botan_mp_initDaniel Wyatt2017-06-281-3/+23
| |/
* | Merge GH #1092 Correct printing of UTF-8 strings in asn1print cliJack Lloyd2017-06-291-2/+2
|\ \
| * | Fix transcoding of asn1print strings to UTF-8René Korthaus2017-06-281-2/+2
| |/
* | Merge GH #1096 Avoid undefined behavior in rotation operationsJack Lloyd2017-06-291-0/+2
|\ \
| * | Allow bit rotation by more than sizeof(T)*8 bits.Daniel Wyatt2017-06-281-0/+2
| |/
* / Add a check in EC_Group encoding for OID being setJack Lloyd2017-06-291-0/+6
|/