aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_ext.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings from GCC 9Jack Lloyd2019-03-251-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-2/+0
* If cert extension parsing fails, replace the object with UnknownJack Lloyd2018-08-231-1/+6
* Include AKID in generated self signed certificatesJack Lloyd2018-03-061-1/+2
* Allow applications to easily override extensions in cert requestsJack Lloyd2018-01-231-0/+10
* add the detection for the ca issuers field(1.3.6.1.5.5.7.48.2) in x509 certif...Patrik Fiedler2018-01-031-3/+8
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+38
* Fix encoding of subject key identifierJack Lloyd2017-11-161-2/+2
* Fix a memory leak in the case where certificate extension decoding fails.Jack Lloyd2017-11-161-12/+15
* Refactor certificate extension handlingJack Lloyd2017-11-141-83/+249
* Apply final annotations to the library alsoJack Lloyd2017-09-221-4/+4
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-1/+1
* Add API stability annotations.Jack Lloyd2017-09-191-18/+18
* Content:Tomasz Frydrych2017-04-031-12/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-36/+36
* Rename some methods, add more tests and docsRené Korthaus2016-12-041-4/+42
* Allow custom extensions in X509_Cert_OptionsRené Korthaus2016-12-021-0/+23
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+505