summaryrefslogtreecommitdiffstats
path: root/crypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OPENSSL_memcmp.Pauli2019-06-211-1/+0
* Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat2019-06-071-3/+6
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-2942-1/+12028
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-092-4/+14
* Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell2019-04-091-0/+3
* add 'Signature Value:' line and correct indentation when printing X.509 signa...David von Oheimb2019-03-181-3/+6
* remove needless empty lines when printing certificatesDavid von Oheimb2019-03-181-3/+3
* Support SM2 certificate verification杨洋2019-03-133-1/+125
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-064-61/+75
* Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger2019-01-311-0/+1
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+23
* Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2019-01-311-0/+12
* Fix compilation with `-DREF_PRINT`Anna Henningsen2019-01-131-1/+1
* Admit unknown pkey types at security level 0Ken Goldman2018-12-201-2/+9
* X509_check_issued: check that signature algo matches signing key algoRichard Levitte2018-12-191-0/+4
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-0637-37/+37
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Apply self-imposed path length also to root CAsViktor Dukhovni2018-10-181-5/+4
* Only CA certificates can be self-issuedViktor Dukhovni2018-10-181-2/+2
* 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