commit | 426d4ae7ff9960441b4d5837d0df34d3f8882855 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Nov 19 16:58:28 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Nov 20 16:36:07 2014 +0100 |
tree | ab260541d70e2d40b3fe875831e4912125323c4d | |
parent | 57a5d60abbc3169a1baf15b933120d8b269efcf2 [diff] [blame] |
Split x509_crl_parse_der() out of x509_crl_parse()
diff --git a/ChangeLog b/ChangeLog index 893c7c1..d1a87be 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -15,6 +15,7 @@ Features * Add function pk_check_pair() to test if public and private keys match. + * Add x509_crl_parse_der(). Bugfix * User set CFLAGS were ignore by Cmake with gcc (introduced in 1.3.9, found