summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_v3.c
AgeCommit message (Expand)Author
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-14Hide public symbols in libcrypto/x509 .c filesBob Beck
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2018-05-19Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().Theo Buehler
2018-05-18X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' andTheo Buehler
2018-05-13Add const qualifier to the ASN1_OBJECT * parameter ofTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-03-21Return zero from two functions on allocation failure instead of alwaysMichael McConville
2015-07-29Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedJoel Sing
2014-09-28X509v3_add_ext(): do not free stuff we did not allocate in the error path.Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-20KNF.Joel Sing
2014-04-18blunt force knfTed Unangst
2008-09-06resolve conflictsDamien Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker