summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/t_x509.c
AgeCommit message (Expand)Author
2024-08-28Avoid polluting the error stack when printing certificatesTheo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2023-12-29Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.cTheo Buehler
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-05Hide symbols in asn1 and bioBob Beck
2022-11-26Make internal header file names consistentTheo Buehler
2022-08-11Remove unused variableTheo Buehler
2022-08-10Avoid signed integer overflow due to unary negationTheo Buehler
2022-08-10Only print versions we know aboutTheo Buehler
2021-12-25Indent goto labels for diffability.Joel Sing
2021-12-25Move more ASN1_STRING_* functions to a_string.c.Joel Sing
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-07-26Add error checks for i2d_X509_NAME()Theo Buehler
2021-07-06Fix a bug in X509_print_ex(3).Ingo Schwarze
2020-04-10When printing the serialNumber, fall back to the colon separated hexTheo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME *' argument ofTheo Buehler
2018-05-01Convert a handful of X509_*() functions to take const as in OpenSSL.Theo Buehler
2018-04-25Put function name on a separate line and zap stray whitespace.Theo Buehler
2017-04-03Fix silly code that printfs NULL when there are no fractional secondsBob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-07-12Make sure the return value of X509_NAME_oneline(, NULL,) is checked againstMiod 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-05-30more: no need for null check before freeTheo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-04-21improve realloc/calloc/malloc patterns; ok guentherTheo de Raadt
2014-04-18More KNF.Joel Sing
2014-04-18lob a few more knf grenades in here to soften things up.Ted Unangst
2014-04-18putting most of the braces in the right column is the very least we can do.Ted Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06resolve conflictsDamien Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. 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
2001-08-01merge openssl 0.9.6b-engineBob 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