aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
Commit message (Expand)AuthorAgeFilesLines
...
* Correct issuer field of created CRLsJack Lloyd2017-11-142-6/+6
* Remove use of transcodeJack Lloyd2017-11-092-7/+3
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* review changesDaniel Neus2017-10-212-8/+7
* X.509 RSA-PSS verificationDaniel Neus2017-10-203-8/+137
* Address various GCC warningsJack Lloyd2017-10-061-2/+2
* Remove various unused variablesJack Lloyd2017-10-021-1/+0
* Use class for exception typesJack Lloyd2017-10-021-3/+4
* Remove protected data members from X509_ObjectJack Lloyd2017-10-025-41/+27
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-3/+3
* Guard against self-assignmentJack Lloyd2017-09-301-0/+3
* Further header cleanupsJack Lloyd2017-09-287-2/+10
* Header cleanupsJack Lloyd2017-09-282-2/+2
* Avoid GCC signed-overflow warningJack Lloyd2017-09-221-2/+2
* Avoid explicit deleteJack Lloyd2017-09-222-5/+5
* Apply final annotations to the library alsoJack Lloyd2017-09-2210-17/+17
* Add missing mutex.h includeJack Lloyd2017-09-211-0/+1
* More include header cleanupsJack Lloyd2017-09-2115-28/+15
* Header file cleanupsJack Lloyd2017-09-214-3/+3
* Clean up header includesJack Lloyd2017-09-212-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-2018-36/+36
* Complete the final annotation changesJack Lloyd2017-09-192-8/+10
* Add API stability annotations.Jack Lloyd2017-09-1918-65/+65
* Clean up use of <limits> headerJack Lloyd2017-09-031-0/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-2/+2
* Remove unused includeJack Lloyd2017-08-291-1/+0
* In OCSP::CertID don't crash if SHA-1 not availableJack Lloyd2017-08-291-1/+1
* add OCSP::Response::certificates() + unit testRené Meusel2017-07-211-0/+5
* Add position of end entity cert in x509_path_validate() doc [ci skip]René Korthaus2017-07-021-1/+1
* Update Doxygen for X509_Certificate::subject_infoDaniel Neus2017-06-231-2/+4
* fix pathLenConstraint validationDaniel Neus2017-05-192-5/+34
* Merge GH #900 Add ability to search by X509 DN hashJack Lloyd2017-04-048-39/+95
|\
| * Add certificate store lookup by subject DN hashNuno Goncalves2017-04-034-0/+38
| * Add X509 issuer and subject DN hash methodsNuno Goncalves2017-04-032-0/+24
| * Fix commentsNuno Goncalves2017-04-031-2/+2
| * Throw exception for Not_ImplementedNuno Goncalves2017-04-031-2/+1
| * Refactor find_cert_by_pubkey_sha1 to reuse hash objectNuno Goncalves2017-04-031-2/+6
| * X509_CA: constantify X509_CA::sign_requestNuno Goncalves2017-04-032-2/+2
| * Refactor and modernize files to be editedNuno Goncalves2017-04-031-33/+24
* | Content:Tomasz Frydrych2017-04-039-26/+26
|/
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-023-5/+10
* Small fixes in API docs [ci skip]René Korthaus2017-03-091-1/+1
* Allow OCSP requests without the full subject certificateNuno Goncalves2017-03-045-16/+43
* Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-253-4/+0
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-4/+4
* Move Data_Store from utils to x509Jack Lloyd2017-01-044-4/+225
* Increase Path_Validation_Restrictions default min strength to 110Jack Lloyd2016-12-271-6/+8
* Remove unnecessary BOTAN_DLL annotationsJack Lloyd2016-12-271-1/+1
* Add CertificatePathStatusCodes typedefJack Lloyd2016-12-182-31/+37
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1826-184/+184