| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge GH #1974 Add ability to set max allowed age for an OCSP response | Jack Lloyd | 2019-05-28 | 6 | -14/+29 |
|\ |
|
| * | add 'OCSP_IS_TOO_OLD' to Botan::to_string() | René Meusel | 2019-05-28 | 1 | -0/+2 |
| * | add optional max_age for ocsp checks | Patrick Schmidt | 2019-05-27 | 5 | -14/+27 |
* | | Add reminder comments re enum class | Jack Lloyd | 2019-05-24 | 1 | -0/+1 |
|/ |
|
* | add some comments | Tim Oesterreich | 2019-05-14 | 1 | -0/+4 |
* | Apply suggestions from code review | Tim Oesterreich | 2019-05-14 | 1 | -3/+3 |
* | restructure a bit to avoid code duplications and make find_cert more efficien... | Tim Oesterreich | 2019-05-14 | 2 | -88/+93 |
* | search certificates by key_id first, if possible | Tim Oesterreich | 2019-05-14 | 1 | -9/+20 |
* | address some review comments | Tim Oesterreich | 2019-05-14 | 2 | -11/+10 |
* | fix docu, dont throw in find_crl_for | Tim Oesterreich | 2019-05-14 | 2 | -3/+4 |
* | deduplicate certificates in find_all_certs | Tim Oesterreich | 2019-05-14 | 2 | -213/+221 |
* | search certificates by full subject_dn instead of common name only | Tim Oesterreich | 2019-05-14 | 1 | -46/+51 |
* | wrap windows handles into RAII | Tim Oesterreich | 2019-05-14 | 1 | -84/+121 |
* | fix find_cert_by_pubkey_sha1 | Tim Oesterreich | 2019-05-14 | 2 | -87/+67 |
* | add find_cert by key_id functionality | Tim Oesterreich | 2019-05-14 | 1 | -27/+84 |
* | add all_subjects() functionality | Tim Oesterreich | 2019-05-14 | 1 | -16/+20 |
* | add windows certstore find_cert and find_cert_by_pubkey_sha1 functionality | Patrik Fiedler | 2019-05-14 | 4 | -0/+233 |
* | Fix decoding of RSA-OAEP certs | Jack Lloyd | 2019-05-09 | 1 | -5/+1 |
* | Fix X509_DN comparison | Jack Lloyd | 2019-05-08 | 2 | -11/+57 |
* | functionality to support multiple OUs, missing unit tests on more_dns | ndotb | 2019-05-07 | 2 | -0/+12 |
* | use map of vectors instead of multimap in flatfile certstor | Tim Oesterreich | 2019-05-07 | 2 | -14/+13 |
* | Fix some build/test problems with minimized builds | Jack Lloyd | 2019-04-26 | 1 | -0/+11 |
* | Fix some Doxygen errors | Jack Lloyd | 2019-04-22 | 1 | -0/+1 |
* | Check parsing of maps | Jack Lloyd | 2019-04-18 | 1 | -2/+1 |
* | Add a wrapper class that wraps macOS or Linux certificate stores. | Jack Lloyd | 2019-04-13 | 7 | -9/+145 |
* | consolidate into Flatfile_Certificate_Store | Patrick Schmidt | 2019-04-12 | 5 | -76/+26 |
* | add Certstore for linux | Patrick Schmidt | 2019-04-12 | 3 | -0/+61 |
* | add Flatfile_Certificate_Store | Patrick Schmidt | 2019-04-12 | 3 | -0/+232 |
* | Support verifying from a v1 root | Jack Lloyd | 2019-04-11 | 1 | -0/+9 |
* | FIX: disable conflicting apple assertion macros | René Meusel | 2019-04-08 | 1 | -0/+1 |
* | Rename 'darwin' target to 'macos' | Jack Lloyd | 2019-03-27 | 1 | -3/+3 |
* | Fix some warnings from GCC 9 | Jack Lloyd | 2019-03-25 | 1 | -1/+1 |
* | s/as_string/to_string/ | Jack Lloyd | 2019-03-01 | 4 | -8/+8 |
* | Constify a few things in X509_Certificate::to_string() | Jack Lloyd | 2019-03-01 | 1 | -5/+12 |
* | add an adaptor for certificate keychain access on macOS | René Meusel | 2019-02-18 | 3 | -0/+569 |
* | Remove trailing whitespace | Jack Lloyd | 2019-01-13 | 3 | -3/+3 |
* | Correct spelling | Jack Lloyd | 2018-12-29 | 1 | -0/+1 |
* | Make significant_words const time also | Jack Lloyd | 2018-12-23 | 1 | -1/+1 |
* | Fix more MSVC warnings | Jack Lloyd | 2018-12-04 | 1 | -1/+1 |
* | Silence MSVC warnings | Jack Lloyd | 2018-12-04 | 1 | -2/+2 |
* | Make exceptions easier to translate to error codes | Jack Lloyd | 2018-11-23 | 7 | -11/+17 |
* | Remove support for Visual C++ 2013 | Jack Lloyd | 2018-10-01 | 2 | -4/+0 |
* | Fix more MSVC warnings | Jack Lloyd | 2018-10-01 | 2 | -3/+3 |
* | Fix certstore tests | Jack Lloyd | 2018-09-11 | 1 | -0/+1 |
* | If cert extension parsing fails, replace the object with Unknown | Jack Lloyd | 2018-08-23 | 2 | -2/+8 |
* | Simplify exception messages | Jack Lloyd | 2018-08-22 | 3 | -3/+3 |
* | Add path validation to FFI | Jack Lloyd | 2018-08-13 | 1 | -0/+1 |
* | Expose BER_Decoder constructor taking BER_Object&& | Jack Lloyd | 2018-06-08 | 1 | -2/+2 |
* | DER improvements | Jack Lloyd | 2018-05-22 | 5 | -69/+68 |
* | Use BER_Decoder::get_next to cleanup X.509 cert decoding code | Jack Lloyd | 2018-05-21 | 1 | -14/+13 |