aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Fix warning "type attributes ignored after type is already defined"Jack Lloyd2019-09-251-1/+1
* Merge GH #2110 Properly decode error-status OCSP responsesJack Lloyd2019-09-243-6/+27
|\
| * add status code to OCSP responsesPatrick Schmidt2019-09-243-6/+27
* | add X.509 Usage_Type::ENCRYPTIONRené Meusel2019-09-182-1/+5
|/
* Fix a leak in Extensions::add when duplicate OID attemptedJack Lloyd2019-09-131-1/+5
* Add testsJack Lloyd2019-09-122-1/+11
* Add Extensions::removeJack Lloyd2019-09-102-1/+18
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+3
* FixesJack Lloyd2019-08-041-2/+2
* Avoid unnecessary parse of the OID string in DN upper boundsJack Lloyd2019-08-041-15/+17
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-0411-42/+35
* Don't throw hereJack Lloyd2019-08-041-1/+5
* Avoid using deprecated public fields of AlgorithmIdentifierJack Lloyd2019-08-043-10/+9
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-0412-48/+46
* Update GOST to use 2012 OIDs/paramsJack Lloyd2019-08-033-7/+16
* Updates for GOST 2012 supportJack Lloyd2019-08-012-4/+3
* Fix "OSCP" typo in OCSP code.Jack Lloyd2019-07-233-7/+11
* Fix some LGTM issuesJack Lloyd2019-06-191-2/+2
* add option to specify ocsp max agePatrick Schmidt2019-06-142-22/+45
* Merge GH #1974 Add ability to set max allowed age for an OCSP responseJack Lloyd2019-05-286-14/+29
|\
| * add 'OCSP_IS_TOO_OLD' to Botan::to_string()René Meusel2019-05-281-0/+2
| * add optional max_age for ocsp checksPatrick Schmidt2019-05-275-14/+27
* | Add reminder comments re enum classJack Lloyd2019-05-241-0/+1
|/
* add some commentsTim Oesterreich2019-05-141-0/+4
* Apply suggestions from code reviewTim Oesterreich2019-05-141-3/+3
* restructure a bit to avoid code duplications and make find_cert more efficien...Tim Oesterreich2019-05-142-88/+93
* search certificates by key_id first, if possibleTim Oesterreich2019-05-141-9/+20
* address some review commentsTim Oesterreich2019-05-142-11/+10
* fix docu, dont throw in find_crl_forTim Oesterreich2019-05-142-3/+4
* deduplicate certificates in find_all_certsTim Oesterreich2019-05-142-213/+221
* search certificates by full subject_dn instead of common name onlyTim Oesterreich2019-05-141-46/+51
* wrap windows handles into RAIITim Oesterreich2019-05-141-84/+121
* fix find_cert_by_pubkey_sha1Tim Oesterreich2019-05-142-87/+67
* add find_cert by key_id functionalityTim Oesterreich2019-05-141-27/+84
* add all_subjects() functionalityTim Oesterreich2019-05-141-16/+20
* add windows certstore find_cert and find_cert_by_pubkey_sha1 functionalityPatrik Fiedler2019-05-144-0/+233
* Fix decoding of RSA-OAEP certsJack Lloyd2019-05-091-5/+1
* Fix X509_DN comparisonJack Lloyd2019-05-082-11/+57
* functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-072-0/+12
* use map of vectors instead of multimap in flatfile certstorTim Oesterreich2019-05-072-14/+13
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-261-0/+11
* Fix some Doxygen errorsJack Lloyd2019-04-221-0/+1
* Check parsing of mapsJack Lloyd2019-04-181-2/+1
* 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