index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
v3_conf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-12
/
+19
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-6
/
+3
*
X509: Fix handling of AKID and SKID extensions according to configuration
Dr. David von Oheimb
2021-11-11
1
-2
/
+16
*
Avoid freeing the conf lhashes in X509_V3_EXT*_add_conf
Tomas Mraz
2021-08-06
1
-0
/
+5
*
Add NCONF_get_section_names()
Tomas Mraz
2021-06-02
1
-15
/
+41
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
1
-0
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...
Dr. David von Oheimb
2021-01-20
1
-6
/
+2
*
X509V3_EXT_CRL_add_nconf(): Fix mem leak on error and simplify it
Dr. David von Oheimb
2021-01-16
1
-19
/
+19
*
Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert
Dr. David von Oheimb
2021-01-13
1
-2
/
+32
*
X509V3_EXT_add_nconf_sk(): Improve description and use of 'sk' arg, which may...
Dr. David von Oheimb
2020-12-10
1
-3
/
+3
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-17
/
+13
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-14
/
+13
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Add 'section=...' info in error output of X509V3_EXT_nconf() as far as approp...
Dr. David von Oheimb
2020-08-04
1
-12
/
+31
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Join the x509 and x509v3 directories
Richard Levitte
2019-05-29
1
-0
/
+511