summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
AgeCommit message (Expand)Author
2018-02-27Update copyright yearMatt Caswell
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2018-02-19 Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-14Make sure we check the return value of extract_min_max()Matt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-13remove magic numberFdaSilvaYY
2017-11-10Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2017-10-26Simplify the stack reservationPaul Yang
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell
2017-10-23Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu
2017-10-17x509v3/v3_utl.c: avoid double-free.Andy Polyakov
2017-10-10crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov
2017-10-03Use more pre-allocationFdaSilvaYY
2017-09-28Add stack space reservations.Pauli
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509v3Matt Caswell
2017-07-07Trivial bounds checking.Pauli
2017-07-05Avoid possible memleak in X509_policy_check()Richard Levitte
2017-07-05Undo commit d420ac2Rich Salz
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY
2017-06-15Standardize Levitte's dual-licenseRich Salz
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-06-07make error tables const and separate header fileRich Salz
2017-05-31CLA: trivialHorimotoYasuhiro
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-04-25Add support for custom signature parametersDr. Stephen Henson
2017-04-20explicitText encodingMarek Klein
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger
2017-01-25Few nit'sFdaSilvaYY
2016-11-16Missing free item on push failureFdaSilvaYY
2016-11-03Clean away remaining 'selftest' codeRichard Levitte
2016-11-03Convert x509 selftests to internal testRichard Levitte
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-23Constify some input parameters.FdaSilvaYY
2016-08-18Constify i2a*Dr. Stephen Henson
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson