aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use native compiler versioning of MSVCSimon Warta2017-07-312-2/+2
* Remove low compiler version restrictionsSimon Warta2017-07-311-3/+3
* Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maint...Jack Lloyd2017-07-3110-16/+12
|\
| * Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-2810-16/+12
* | Merge GH #1131 Confirm OpenSSL supports curve at runtime before attempting to...Jack Lloyd2017-07-311-12/+35
|\ \
| * | Check if curve is built into OpenSSL at runtimeRené Korthaus2017-07-281-12/+35
| |/
* | Add test for FFI keywrap, and constify argsJack Lloyd2017-07-312-9/+9
* | Split up ffi.cpp into several filesJack Lloyd2017-07-3119-2314/+2552
* | Merge GH #1128 Improve FFI exception safetyJack Lloyd2017-07-315-703/+368
|\ \
| * | Add missing return in ffi_delete_objectJack Lloyd2017-07-251-4/+5
| * | Merge commit 'e015fd170' into ffi-fixesJack Lloyd2017-07-253-2/+13
| |\ \
| | * | Don't crash if openssl can't allocate a new contextKirill A. Korinsky2017-06-293-2/+13
| * | | In FFI, check the object magic before deletingJack Lloyd2017-07-251-30/+42
| * | | Better exception guarding in FFIJack Lloyd2017-07-252-671/+312
| | |/ | |/|
* | | 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
* | | add OCSP::Response::certificates() + unit testRené Meusel2017-07-211-0/+5
* | | Fix failure to fully zero memory before freeJack Lloyd2017-07-161-1/+1
* | | 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
* | | | escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...Zoltan Gyarmati2017-07-011-1/+1
|/ / /
* | | Update modern and nist policies with recent additionsJack Lloyd2017-06-301-0/+1
* | | Merge GH #1082 Add support for SM2 signature schemeJack Lloyd2017-06-309-2/+436
|\ \ \
| * | | Remove debug printsJack Lloyd2017-06-301-17/+1
| * | | Add SM2 signature schemeJack Lloyd2017-06-299-2/+452
| | |/ | |/|
* | | Merge GH #1098 Cleanups in SM3Jack Lloyd2017-06-301-81/+25
|\ \ \ | |/ / |/| |
| * | Cleanups in SM3 codeJack Lloyd2017-06-291-81/+25
| |/
* | 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 #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
|/
* Update Doxygen for X509_Certificate::subject_infoDaniel Neus2017-06-231-2/+4
* Bump x25519 version in light of GH #1076 format changeJack Lloyd2017-06-211-1/+1
* Merge GH #1076 Change x25519 and Ed25519 key formats to match IETF standardJack Lloyd2017-06-216-51/+44
|\
| * Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)Francis Dupont2017-06-122-2/+8
| * Fixed private key codeFrancis Dupont2017-06-124-25/+14
| * Fixed public key code for *25519Francis Dupont2017-06-122-18/+4
| * Moved to draft-ietf-curdle-pkix assigned OIDsFrancis Dupont2017-06-121-5/+5
| * Added Curve25519_PrivateKey constructor from secret_keyFrancis Dupont2017-06-121-0/+12
| * Addressed #1071 (unfinished change in master cipher_filter.cpp)Francis Dupont2017-06-121-1/+1
* | Merge GH #1080 Add SM4 block cipherJack Lloyd2017-06-204-0/+208
|\ \
| * | Add SM4 block cipherJack Lloyd2017-06-164-0/+208
* | | Fix for #1078Baruch2017-06-191-1/+1
|/ /
* | Merge GH #1074 Add ability to load ECDSA/ECDH via FFIJack Lloyd2017-06-122-1/+175
|\ \ | |/ |/|