aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Use secure_getenv(3) when available.Pauli2-2/+2
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk1-2/+2
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov5-23/+24
2018-08-07x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.Andy Polyakov1-3/+5
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-11Add support for RSA-PSS to X509_certificate_type()Todd Short1-0/+3
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang6-6/+217
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni1-1/+27
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell1-1/+1
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte1-0/+2
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell1-1/+1
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell1-0/+5
2018-05-01Update copyright yearMatt Caswell8-8/+8
2018-04-24Add missing malloc-return-null instanceRich Salz2-5/+6
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre1-6/+0
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY9-55/+104
2018-04-19Don't crash if there are no trusted certsMatt Caswell1-2/+13
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Fix bugs in X509_NAME_ENTRY_setRich Salz1-5/+3
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-27Allow NULL for some _free routines.Rich Salz1-0/+2
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-3/+0
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+1
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl1-1/+2
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte1-1/+1
2018-01-08NUMERICSTRING supportDmitry Belyavskiy1-0/+1
2018-01-06Fix error handling in X509_REQ_print_exBernd Edlinger1-8/+16
2018-01-04Rewrite RT3513.Rich Salz1-6/+9
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-11-16Add padding spaces before printing signature algorithm for CRLs outputRichard Levitte1-0/+1
2017-11-16Add padding spaces before printing algo.Yutian Li1-0/+3
2017-11-15Revert "Add padding spaces before printing algo."Rich Salz1-3/+0
2017-11-15Add padding spaces before printing algo.Yutian Li1-0/+3
2017-11-03Fix error handling in i2d* functions.Pavel Kopyl1-4/+4
2017-10-18Remove parentheses of return.KaoruToda23-263/+263
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda6-9/+9
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli7-11/+3
2017-09-28Use safestack.h exclusively internally.Pauli5-10/+8
2017-09-22Guard against DoS in name constraints handling.David Benjamin1-1/+3
2017-09-15Avoid signed vs unsigned comparison error.Pauli1-2/+3
2017-09-15Remote unrequited castsPauli1-5/+2
2017-09-14Revert "Reuse strndup(), simplify code"Pauli1-8/+9
2017-09-07Fix error handling/cleanupRich Salz1-13/+5
2017-08-30Move e_os.h to be the very first include.Pauli1-3/+2
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli3-3/+3