aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Move e_os.h to be the very first include.Pauli3-6/+5
2017-08-30e_os.h removal from other headers and source files.Pauli3-2/+6
2017-08-28Avoid out-of-bounds readRich Salz1-4/+6
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli2-8/+8
2017-08-21More updates following review feedbackMatt Caswell2-24/+6
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell2-7/+1
2017-08-21Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2-41/+99
2017-07-07Trivial bounds checking.Pauli2-8/+6
2017-07-05Avoid possible memleak in X509_policy_check()Richard Levitte1-3/+7
2017-07-05Undo commit d420ac2Rich Salz2-7/+6
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY5-3/+268
2017-06-15Standardize Levitte's dual-licenseRich Salz2-2/+10
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-07make error tables const and separate header fileRich Salz1-153/+214
2017-05-31CLA: trivialHorimotoYasuhiro1-3/+3
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2-26/+43
2017-04-25Add support for custom signature parametersDr. Stephen Henson1-0/+1
2017-04-20explicitText encodingMarek Klein1-4/+45
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett1-0/+1
2017-03-15Fixed a crash in print_notice.Bernd Edlinger1-3/+9
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-14/+1
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger1-1/+1
2017-01-25Few nit'sFdaSilvaYY3-6/+8
2016-11-16Missing free item on push failureFdaSilvaYY1-0/+1
2016-11-03Clean away remaining 'selftest' codeRichard Levitte2-129/+0
2016-11-03Convert x509 selftests to internal testRichard Levitte3-109/+78
2016-10-10Remove trailing whitespace from some files.David Benjamin2-2/+2
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2-6/+6
2016-08-23Constify some input parameters.FdaSilvaYY3-8/+11
2016-08-18Constify i2a*Dr. Stephen Henson1-1/+1
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-2/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2-2/+2
2016-08-05Fix irregularities in GENERAL_NAME_print().Tomas Mraz1-2/+2
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-04Constify two internal methodsFdaSilvaYY1-2/+2
2016-07-26Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin1-1/+1
2016-07-25Make it possible for external code to set the certiciate proxy path lengthRichard Levitte1-0/+14
2016-07-25Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY1-1/+1
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY1-1/+1
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY1-1/+1
2016-07-25Enforce and explicit some const castingFdaSilvaYY1-1/+1
2016-07-25Constify SXNET_add_id_*FdaSilvaYY1-5/+5
2016-07-23Make it possible for external code to flag a certificate as a proxy one.Richard Levitte1-0/+5
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson1-0/+46
2016-06-29SpellingFdaSilvaYY1-1/+1
2016-06-20Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi1-3/+0
2016-06-16Spelling fixesFdaSilvaYY1-2/+2
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY7-19/+19
2016-06-14Remove an unused variable assignmentMatt Caswell1-1/+1