summaryrefslogtreecommitdiffstats
path: root/crypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use secure_getenv(3) when available.Pauli2018-09-242-2/+2
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk2018-08-171-2/+2
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-075-23/+24
* x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.Andy Polyakov2018-08-071-3/+5
* Update copyright yearMatt Caswell2018-06-201-1/+1
* Add support for RSA-PSS to X509_certificate_type()Todd Short2018-06-111-0/+3
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-306-6/+217
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Skip CN DNS name constraint checks when not neededViktor Dukhovni2018-05-231-1/+27
* Fix undefined behaviour in X509_NAME_cmp()Matt Caswell2018-05-211-1/+1
* Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte2018-05-201-0/+2
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell2018-05-031-1/+1
* Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell2018-05-011-0/+5
* Update copyright yearMatt Caswell2018-05-018-8/+8
* Add missing malloc-return-null instanceRich Salz2018-04-242-5/+6
* x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre2018-04-241-6/+0
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-249-55/+104
* Don't crash if there are no trusted certsMatt Caswell2018-04-191-2/+13
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Fix bugs in X509_NAME_ENTRY_setRich Salz2018-04-061-5/+3
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-021-0/+1
* Update copyright yearMatt Caswell2018-02-271-1/+1
* X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl2018-02-211-1/+2
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* NUMERICSTRING supportDmitry Belyavskiy2018-01-081-0/+1
* Fix error handling in X509_REQ_print_exBernd Edlinger2018-01-061-8/+16
* Rewrite RT3513.Rich Salz2018-01-041-6/+9
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-2/+2
* Add padding spaces before printing signature algorithm for CRLs outputRichard Levitte2017-11-161-0/+1
* Add padding spaces before printing algo.Yutian Li2017-11-161-0/+3
* Revert "Add padding spaces before printing algo."Rich Salz2017-11-161-3/+0
* Add padding spaces before printing algo.Yutian Li2017-11-151-0/+3
* Fix error handling in i2d* functions.Pavel Kopyl2017-11-031-4/+4
* Remove parentheses of return.KaoruToda2017-10-1823-263/+263
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-096-9/+9
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-287-11/+3
* Use safestack.h exclusively internally.Pauli2017-09-285-10/+8
* Guard against DoS in name constraints handling.David Benjamin2017-09-221-1/+3
* Avoid signed vs unsigned comparison error.Pauli2017-09-151-2/+3
* Remote unrequited castsPauli2017-09-141-5/+2
* Revert "Reuse strndup(), simplify code"Pauli2017-09-141-8/+9
* Fix error handling/cleanupRich Salz2017-09-071-13/+5
* Move e_os.h to be the very first include.Pauli2017-08-291-3/+2
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-293-3/+3