aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge GH #1657 If cert extn decoding fails do not fail entire parseJack Lloyd2018-08-233-3/+9
|\ \
| * | If cert extension parsing fails, replace the object with UnknownJack Lloyd2018-08-233-3/+9
| |/
* | Merge GH #1658 Fix building FFI without X509Jack Lloyd2018-08-231-1/+22
|\ \
| * | Fix build without x509 moduleTobias Brunner2018-08-231-1/+22
| |/
* / Update timing for 3.x [ci skip]Jack Lloyd2018-08-232-17/+8
|/
* Merge notes about improvements to C bindingJack Lloyd2018-08-231-8/+7
* Correct statement of factor's reachJack Lloyd2018-08-231-1/+1
* Fix typoJack Lloyd2018-08-231-1/+1
* Add PBES2 as alias for PBE-PKCS5v20Jack Lloyd2018-08-235-6/+10
* Update newsJack Lloyd2018-08-231-1/+2
* Merge GH #1651 Default disable TLS v1.0/v1.1 and CBC+CCM suitesJack Lloyd2018-08-237-17/+54
|\
| * Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-227-17/+54
* | Merge GH #1653 Simplify exception messagesJack Lloyd2018-08-2326-72/+89
|\ \ | |/ |/|
| * Simplify exception messagesJack Lloyd2018-08-2226-72/+89
|/
* Lint fixesJack Lloyd2018-08-212-8/+8
* Add HOTP to PythonJack Lloyd2018-08-213-1/+79
* Merge GH #1650 Regen XChaCha20Poly1305 vectorsJack Lloyd2018-08-211-676/+676
|\
| * Regenerate xchacha20poly1305-testvectorsSimon Warta2018-08-191-676/+676
|/
* Add nonce-set checks for OpenSSL CBC mode implsJack Lloyd2018-08-171-1/+5
* Have cipher modes also verify that the nonce is set prior to useJack Lloyd2018-08-176-8/+35
* Add a test that processing without a nonce set failsJack Lloyd2018-08-171-3/+18
* In EAX, CCM, OCB verify nonce is set before processingJack Lloyd2018-08-173-1/+9
* Add BOTAN_STATE_CHECK macroJack Lloyd2018-08-172-2/+21
* Fix an EAX bug in reset()Jack Lloyd2018-08-172-7/+12
* Add botan_cipher_reset to FFIJack Lloyd2018-08-173-0/+20
* Add some tests of HMAC with SHA-3Jack Lloyd2018-08-171-0/+134
* Document more of the X.509 FFI functionsJack Lloyd2018-08-171-2/+79
* TodosJack Lloyd2018-08-171-2/+3
* Ignore an empty string ("") for trusted_path argumentJack Lloyd2018-08-161-1/+1
* Add args for botan FFI cert verification for hostname and timeJack Lloyd2018-08-163-8/+20
* Add botan_x509_cert_dupJack Lloyd2018-08-163-4/+30
* Fix bug introduced in 15e149acJack Lloyd2018-08-162-6/+16
* Avoid throwing within the FFI layerJack Lloyd2018-08-163-10/+9
* Remove completed todoJack Lloyd2018-08-161-1/+0
* Add TOTP to FFIJack Lloyd2018-08-165-5/+182
* For HOTP/TOTP allow a key/len pair instead of requiring SymmetricKeyJack Lloyd2018-08-165-9/+36
* Expose HOTP to FFIJack Lloyd2018-08-155-5/+174
* More FFI testsJack Lloyd2018-08-151-0/+54
* Fix some Doxygen warningsJack Lloyd2018-08-153-4/+2
* Update comments in FFI headerJack Lloyd2018-08-151-43/+138
* Update newsJack Lloyd2018-08-152-5/+6
* Remove support for 8 or 16 bit BigInt wordsJack Lloyd2018-08-157-29/+52
* In speed test, check for availability of NIST reducer functionsJack Lloyd2018-08-151-0/+2
* Fix BigInt::to_{dec,hex}_string for zeroJack Lloyd2018-08-151-1/+8
* Cleanup of BigInt encoding/decoding functionsJack Lloyd2018-08-146-33/+162
* More todos [ci skip]Jack Lloyd2018-08-141-0/+2
* More FFI docs [ci skip]Jack Lloyd2018-08-141-2/+23
* Add some additional null pointer arg checks to FFIJack Lloyd2018-08-144-29/+66
* Document more of FFI interfaceJack Lloyd2018-08-141-14/+209
* Merge GH #1647 Add X.509 path validation to FFIJack Lloyd2018-08-146-3/+182
|\