index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
2
-2
/
+2
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Avoid shadowing 'free' in X509_LOOKUP_met_set_free
Benjamin Kaduk
2018-08-17
1
-2
/
+2
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
5
-23
/
+24
*
x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.
Andy Polyakov
2018-08-07
1
-3
/
+5
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
Add support for RSA-PSS to X509_certificate_type()
Todd Short
2018-06-11
1
-0
/
+3
*
Add APIs for custom X509_LOOKUP_METHOD creation
Mingtao Yang
2018-05-30
6
-6
/
+217
*
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
-1
/
+27
*
Fix undefined behaviour in X509_NAME_cmp()
Matt Caswell
2018-05-21
1
-1
/
+1
*
Restore check of |*xn| against |name| in X509_NAME_set
Richard Levitte
2018-05-20
1
-0
/
+2
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Make X509_VERIFY_PARAM_get_hostflags() take a const arg
Matt Caswell
2018-05-03
1
-1
/
+1
*
Add getter for X509_VERIFY_PARAM_get_hostflags
Matt Caswell
2018-05-01
1
-0
/
+5
*
Update copyright year
Matt Caswell
2018-05-01
8
-8
/
+8
*
Add missing malloc-return-null instance
Rich Salz
2018-04-24
2
-5
/
+6
*
x509/by_dir.c: Remove dead code
Dr. Matthias St. Pierre
2018-04-24
1
-6
/
+0
*
X509: add more error codes on malloc or sk_TYP_push failure
FdaSilvaYY
2018-04-24
9
-55
/
+104
*
Don't crash if there are no trusted certs
Matt Caswell
2018-04-19
1
-2
/
+13
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Fix bugs in X509_NAME_ENTRY_set
Rich Salz
2018-04-06
1
-5
/
+3
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Integrate X448 and Ed448 into libcrypto
Matt Caswell
2018-03-02
1
-0
/
+1
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handling
Pavel Kopyl
2018-02-21
1
-1
/
+2
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
NUMERICSTRING support
Dmitry Belyavskiy
2018-01-08
1
-0
/
+1
*
Fix error handling in X509_REQ_print_ex
Bernd Edlinger
2018-01-06
1
-8
/
+16
*
Rewrite RT3513.
Rich Salz
2018-01-04
1
-6
/
+9
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
Add padding spaces before printing signature algorithm for CRLs output
Richard Levitte
2017-11-16
1
-0
/
+1
*
Add padding spaces before printing algo.
Yutian Li
2017-11-16
1
-0
/
+3
*
Revert "Add padding spaces before printing algo."
Rich Salz
2017-11-16
1
-3
/
+0
*
Add padding spaces before printing algo.
Yutian Li
2017-11-15
1
-0
/
+3
*
Fix error handling in i2d* functions.
Pavel Kopyl
2017-11-03
1
-4
/
+4
*
Remove parentheses of return.
KaoruToda
2017-10-18
23
-263
/
+263
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
6
-9
/
+9
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
7
-11
/
+3
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
5
-10
/
+8
*
Guard against DoS in name constraints handling.
David Benjamin
2017-09-22
1
-1
/
+3
*
Avoid signed vs unsigned comparison error.
Pauli
2017-09-15
1
-2
/
+3
*
Remote unrequited casts
Pauli
2017-09-14
1
-5
/
+2
*
Revert "Reuse strndup(), simplify code"
Pauli
2017-09-14
1
-8
/
+9
*
Fix error handling/cleanup
Rich Salz
2017-09-07
1
-13
/
+5
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-3
/
+2
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
3
-3
/
+3
[next]