aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-137-9/+145
* consolidate into Flatfile_Certificate_StorePatrick Schmidt2019-04-125-76/+26
* add Certstore for linuxPatrick Schmidt2019-04-123-0/+61
* add Flatfile_Certificate_StorePatrick Schmidt2019-04-123-0/+232
* Support verifying from a v1 rootJack Lloyd2019-04-111-0/+9
* FIX: disable conflicting apple assertion macrosRené Meusel2019-04-081-0/+1
* Rename 'darwin' target to 'macos'Jack Lloyd2019-03-271-3/+3
* Fix some warnings from GCC 9Jack Lloyd2019-03-251-1/+1
* s/as_string/to_string/Jack Lloyd2019-03-014-8/+8
* Constify a few things in X509_Certificate::to_string()Jack Lloyd2019-03-011-5/+12
* add an adaptor for certificate keychain access on macOSRené Meusel2019-02-183-0/+569
* Remove trailing whitespaceJack Lloyd2019-01-133-3/+3
* Correct spellingJack Lloyd2018-12-291-0/+1
* Make significant_words const time alsoJack Lloyd2018-12-231-1/+1
* Fix more MSVC warningsJack Lloyd2018-12-041-1/+1
* Silence MSVC warningsJack Lloyd2018-12-041-2/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-237-11/+17
* Remove support for Visual C++ 2013Jack Lloyd2018-10-012-4/+0
* Fix more MSVC warningsJack Lloyd2018-10-012-3/+3
* Fix certstore testsJack Lloyd2018-09-111-0/+1
* If cert extension parsing fails, replace the object with UnknownJack Lloyd2018-08-232-2/+8
* Simplify exception messagesJack Lloyd2018-08-223-3/+3
* Add path validation to FFIJack Lloyd2018-08-131-0/+1
* Expose BER_Decoder constructor taking BER_Object&&Jack Lloyd2018-06-081-2/+2
* DER improvementsJack Lloyd2018-05-225-69/+68
* Use BER_Decoder::get_next to cleanup X.509 cert decoding codeJack Lloyd2018-05-211-14/+13
* Remove debug assignment [ci skip]Jack Lloyd2018-04-161-1/+0
* Truncate new SKIDs to 192 bitsJack Lloyd2018-04-162-6/+9
* Extend Certificate_Store_In_Memory to load just a single cert from fileJack Lloyd2018-03-241-3/+9
* Bypass self-signed check in X509_Certificate if AKID and SKID are setJack Lloyd2018-03-241-12/+17
* Avoid creating a map from a DN when not requiredJack Lloyd2018-03-214-14/+18
* Store elements of a DN as a vectorJack Lloyd2018-03-212-59/+59
* Support Ed25519 certificate formatJack Lloyd2018-03-202-38/+73
* Support multiple DNS names through the command line interfaceJack Lloyd2018-03-192-0/+5
* Remove use of ;; to end linesJack Lloyd2018-03-191-1/+1
* Merge GH #1492 Support custom DN entriesJack Lloyd2018-03-142-67/+56
|\
| * Address review commentsJack Lloyd2018-03-141-2/+2
| * Support custom DN entriesJack Lloyd2018-03-142-67/+56
* | Allow the caller to specify the serial number of a generated certJack Lloyd2018-03-142-12/+96
|/
* Handle cert.subject_info("Email")Jack Lloyd2018-03-061-0/+3
* Include AKID in generated self signed certificatesJack Lloyd2018-03-062-4/+12
* Add X509_Certificate::subject_public_key_infoJack Lloyd2018-03-052-3/+16
* Merge GH #1470 Use soft fail for OCSPJack Lloyd2018-03-046-20/+63
|\
| * Document OCSP softfail/hardfail check behaviour.souch2018-03-021-0/+3
| * OCSP softfail revocation checkMathieu Souchaud2018-03-015-20/+60
* | Fix check_crl_online segfaults, need tests.Mathieu Souchaud2018-03-021-11/+10
* | Fix crash bug in check_crl_onlineJack Lloyd2018-03-011-1/+1
|/
* Add Path_Validation_Result::warnings_string() methodMathieu Souchaud2018-02-282-0/+19
* Fix Path_Validation_Result::no_warningsMathieu Souchaud2018-02-281-1/+4
* Load every certificates of files found.Mathieu Souchaud2018-02-011-2/+15