summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_req.c
AgeCommit message (Expand)Author
2023-04-25Use X509_set_version() and X509_REQ_set_version() instead doing it by handJob Snijders
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
2022-08-18Allow empty attribute sets in CSRsTheo Buehler
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-11-03Some cleanup in X509_REQ_get_extensions(3), no functional change.Ingo Schwarze
2021-11-03Fix two bugs in X509_REQ_add_extensions_nid(3)Ingo Schwarze
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-10-23Prepare to provide X509_re_X509*_tbs()Theo Buehler
2021-10-22Prepare to provide X509_REQ_pubkey_get0()Theo Buehler
2018-05-13Add a const qualifier to the ASN1_OBJECT * argument of the following:Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-12-30Expand ASN1_ITEM_rptr macros - no change in generated assembly.Joel Sing
2015-09-30Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isJoel Sing
2015-03-15Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.Doug Hogan
2014-09-28Someone (TM) thought it was smart to save memory by using malloc(1) andMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-04-20KNF.Joel Sing
2014-04-18blunt force knfTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2000-12-15openssl-engine-0.9.6 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