index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
x_x509.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-4
/
+4
*
Add ossl_ symbol to x509 policy
Shane Lontis
2021-03-18
1
-3
/
+3
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()
Dr. David von Oheimb
2021-01-13
1
-1
/
+5
*
Fix X509 propq so it does not use references
Shane Lontis
2020-12-03
1
-6
/
+14
*
X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...
Dr. David von Oheimb
2020-11-27
1
-0
/
+11
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-2
/
+2
*
Fix safestack issues in x509v3.h
Matt Caswell
2020-09-13
1
-4
/
+0
*
x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()
Dr. David von Oheimb
2020-08-21
1
-4
/
+1
*
Add internal method x509_set0_libctx().
Shane Lontis
2020-08-09
1
-0
/
+14
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-1
/
+30
*
include/openssl/x509v3.h: restore previous stack definition arrangement
Richard Levitte
2020-04-29
1
-0
/
+2
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
X509: Rename X509_set0_sm2_id() and friends
Richard Levitte
2020-03-15
1
-16
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Support SM2 certificate signing
Paul Yang
2019-06-28
1
-0
/
+3
*
Make X509_set_sm2_id consistent with other setters
Paul Yang
2019-04-09
1
-3
/
+10
*
Support SM2 certificate verification
杨洋
2019-03-13
1
-0
/
+12
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-3
/
+2
*
Fixed d2i_X509 in-place not re-hashing the ex_flags
Bernd Edlinger
2019-01-31
1
-0
/
+23
*
Following the license change, modify the boilerplates in crypto/x509/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
X509: add more error codes on malloc or sk_TYP_push failure
FdaSilvaYY
2018-04-24
1
-2
/
+4
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
More updates following review feedback
Matt Caswell
2017-08-21
1
-3
/
+0
*
Remove OPENSSL_assert() from crypto/x509
Matt Caswell
2017-08-21
1
-1
/
+2
*
Constify X509_get0_signature()
Dr. Stephen Henson
2016-08-17
1
-1
/
+2
*
Properly initialise the internal proxy certificate path length cache
Richard Levitte
2016-07-23
1
-0
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix i2d_X509_AUX, update docs and add tests
Viktor Dukhovni
2016-05-11
1
-2
/
+52
*
Fix i2d_X509_AUX: pp can be NULL.
Dr. Stephen Henson
2016-05-02
1
-2
/
+3
*
Add checks on CRYPTO_new_ex_data return value
FdaSilvaYY
2016-04-28
1
-1
/
+2
*
Ensure we check i2d_X509 return val
Matt Caswell
2016-04-26
1
-3
/
+12
*
Convert CRYPTO_LOCK_X509_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-1
/
+1
*
remove old unused oneline name field
Dr. Stephen Henson
2016-03-01
1
-7
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Drop cached certificate signature validity flag
Viktor Dukhovni
2016-01-18
1
-1
/
+0
*
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
2015-12-01
1
-7
/
+0
*
Fix a few missed "if (!ptr)" cleanups
Rich Salz
2015-11-23
1
-3
/
+2
*
embed certificate serial number and signature fields
Dr. Stephen Henson
2015-10-15
1
-3
/
+3
*
Fix more d2i cases to properly update the input pointer
Kurt Roeckx
2015-10-03
1
-3
/
+1
*
header includes
Dr. Stephen Henson
2015-09-22
1
-0
/
+1
*
Fix path in comments
Dr. Stephen Henson
2015-09-22
1
-1
/
+1
*
Move certificate request and CRL routines to x509 dir.
Dr. Stephen Henson
2015-09-22
1
-0
/
+227