summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen
2018-12-20Admit unknown pkey types at security level 0Ken Goldman
2018-12-19X509_check_issued: check that signature algo matches signing key algoRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-08-07x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-11Add support for RSA-PSS to X509_certificate_type()Todd Short
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-29Update copyright yearMatt Caswell
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-24Add missing malloc-return-null instanceRich Salz
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2018-04-19Don't crash if there are no trusted certsMatt Caswell
2018-04-17Update copyright yearRichard Levitte
2018-04-05Fix bugs in X509_NAME_ENTRY_setRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-08NUMERICSTRING supportDmitry Belyavskiy
2018-01-06Fix error handling in X509_REQ_print_exBernd Edlinger
2018-01-04Rewrite RT3513.Rich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-16Add padding spaces before printing signature algorithm for CRLs outputRichard Levitte
2017-11-16Add padding spaces before printing algo.Yutian Li
2017-11-15Revert "Add padding spaces before printing algo."Rich Salz
2017-11-15Add padding spaces before printing algo.Yutian Li
2017-11-03Fix error handling in i2d* functions.Pavel Kopyl