Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-03-08 | ssl: Use uri_string | Péter Dimitrov | |
Change-Id: I1249b93b1e4a971cf1af2cb96a65563e23117e2b | |||
2017-10-05 | ssl: Use new string functions | Ingela Anderton Andin | |
The functions are not performance critical. Will be used when errors occurs, CRL data base is managed or legacy OpenSSL names are used for ciphers. | |||
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-04-01 | Add issuer arg to ssl_crl_cache_api lookup callback | Magnus Henoch | |
Change the ssl_crl_cache_api callback specification, passing the certificate issuer name as an argument to the lookup callback function. Support the previous API too, for the time being. The purpose of this change is to accomodate CRL cache modules that index CRLs by issuer name, not by distribution point URL. While in most cases such lookups could be performed using the select/2 callback function, that doesn't work when the CRL in question contains an Issuing Distribution Point (IDP) extension, since RFC 5280 specifies different processing rules for CRLs specified in a distribution point (DP) and other CRLs. For the latter, a DP is assumed that most likely will not match the IDP of the CRL. In order to accommodate cache modules that index CRLs by issuer name, let's pass them the issuer as well. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-16 | ssl: Fix incorrect argument handling, thanks to dialyzer | Ingela Anderton Andin | |
2015-03-09 | ssl: Integrate public_key CRL verification with the ssl application | Ingela Anderton Andin | |