index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509v3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-09-11
2
-2
/
+2
*
x509v3/v3_purp.c: refine lock-free check in x509v3_cache_extensions.
Andy Polyakov
2018-08-26
1
-6
/
+10
*
x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.
Andy Polyakov
2018-08-07
1
-0
/
+11
*
x509v3/v3_purp.c: resolve Thread Sanitizer nit.
Andy Polyakov
2018-08-07
1
-4
/
+0
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
5
-15
/
+9
*
Check for failures, to avoid memory leak
Rich Salz
2018-07-25
1
-4
/
+3
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
1
-7
/
+0
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Skip CN DNS name constraint checks when not needed
Viktor Dukhovni
2018-05-23
1
-23
/
+8
*
Limit scope of CN name constraints
Viktor Dukhovni
2018-05-23
1
-18
/
+125
*
v3_purp.c: add locking to x509v3_cache_extensions()
Dr. Matthias St. Pierre
2018-05-03
1
-10
/
+14
*
Update copyright year
Matt Caswell
2018-05-01
5
-5
/
+5
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
2
-1
/
+5
*
X509: add more error codes on malloc or sk_TYP_push failure
FdaSilvaYY
2018-04-24
5
-16
/
+47
*
Update copyright year
Matt Caswell
2018-02-27
3
-3
/
+3
*
X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handling
Pavel Kopyl
2018-02-21
1
-2
/
+6
*
Add X509_get0_authority_key_id() function
Massimiliano Pala
2018-02-19
1
-0
/
+7
*
Make sure we check the return value of extract_min_max()
Matt Caswell
2018-02-14
1
-1
/
+3
*
Update copyright year
Matt Caswell
2018-02-13
2
-2
/
+2
*
Add accessors for AdmissionSyntax
Rich Salz
2018-01-22
2
-22
/
+160
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
2
-2
/
+2
*
Pretty-print large INTEGERs and ENUMERATEDs in hex.
David Benjamin
2017-11-25
2
-2
/
+42
*
remove magic number
FdaSilvaYY
2017-11-13
1
-1
/
+2
*
Fix possible leaks on sk_X509_EXTENSION_push() failure ...
FdaSilvaYY
2017-11-10
1
-7
/
+18
*
Simplify the stack reservation
Paul Yang
2017-10-26
6
-18
/
+14
*
Don't use strcasecmp and strncasecmp for IA5 strings
Matt Caswell
2017-10-26
1
-7
/
+46
*
Fix memory leak in GENERAL_NAME_set0_othername.
Xiangyu Bu
2017-10-23
1
-0
/
+1
*
x509v3/v3_utl.c: avoid double-free.
Andy Polyakov
2017-10-17
1
-1
/
+3
*
crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.
Andy Polyakov
2017-10-10
1
-1
/
+4
*
Use more pre-allocation
FdaSilvaYY
2017-10-03
5
-51
/
+72
*
Add stack space reservations.
Pauli
2017-09-27
1
-3
/
+6
*
Guard against DoS in name constraints handling.
David Benjamin
2017-09-22
1
-1
/
+30
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
3
-6
/
+5
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
3
-2
/
+6
*
Avoid out-of-bounds read
Rich Salz
2017-08-28
1
-4
/
+6
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
2
-8
/
+8
*
More updates following review feedback
Matt Caswell
2017-08-21
2
-24
/
+6
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
2
-7
/
+1
*
Remove OPENSSL_assert() from crypto/x509v3
Matt Caswell
2017-08-21
2
-41
/
+99
*
Trivial bounds checking.
Pauli
2017-07-07
2
-8
/
+6
*
Avoid possible memleak in X509_policy_check()
Richard Levitte
2017-07-05
1
-3
/
+7
*
Undo commit d420ac2
Rich Salz
2017-07-05
2
-7
/
+6
*
Declare a new x509v3 extension: x509ExtAdmission
FdaSilvaYY
2017-06-20
5
-3
/
+268
*
Standardize Levitte's dual-license
Rich Salz
2017-06-15
2
-2
/
+10
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
1
-1
/
+1
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-153
/
+214
*
CLA: trivial
HorimotoYasuhiro
2017-05-31
1
-3
/
+3
*
Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME
Matt Caswell
2017-05-02
2
-26
/
+43
*
Add support for custom signature parameters
Dr. Stephen Henson
2017-04-25
1
-0
/
+1
*
explicitText encoding
Marek Klein
2017-04-20
1
-4
/
+45
[next]