aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_set.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-1/+2
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-11-14Add new X509 accessorsDr. Stephen Henson1-0/+18
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson1-10/+5
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-22header includesDr. Stephen Henson1-0/+1
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-17Embed various signature algorithms.Dr. Stephen Henson1-1/+1
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-16Embed X509_CINFDr. Stephen Henson1-24/+24
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-16Change X509_VAL in X509 structure to embedded.Dr. Stephen Henson1-10/+10
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-06Replace X509 macros with functionsDr. Stephen Henson1-0/+25
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-0/+5
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-8/+8
Remove old M_ASN1_ macros and replace any occurences with the corresponding function. Remove d2i_ASN1_bytes, d2i_ASN1_SET, i2d_ASN1_SET: no longer used internally. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-81/+77
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-09-09RT1909: Omit version for v1 certificatesGeoff Keating1-0/+6
When calling X509_set_version to set v1 certificate, that should mean that the version number field is omitted. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2006-12-11use const ASN1_TIME *Nils Larsch1-2/+2
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson1-8/+8
ASN1_TIME fixes. New function c2i_ASN1_OBJECT().
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-7/+7
tolerated in certificates.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-21/+7
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+164