summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-162/+0
* Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte2018-12-061-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-1/+1
* Simplify the stack reservationPaul Yang2017-10-261-3/+1
* Add stack space reservations.Pauli2017-09-271-3/+6
* Trivial bounds checking.Pauli2017-07-071-5/+2
* Undo commit d420ac2Rich Salz2017-07-051-4/+4
* Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2017-05-021-15/+22
* Constify i2a*Dr. Stephen Henson2016-08-181-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* GH769: Reuse strndup()Dmitry-Me2016-03-041-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+4
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-3/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-110/+127
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-2/+2
* Fix more error codes.Bodo Möller2005-05-111-5/+5
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-5/+6
* Support for name constraints.Dr. Stephen Henson2003-03-241-2/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* The new ASN1 code automatically allocatesDr. Stephen Henson2002-06-131-0/+1
* Add support for Subject Info Acess extension.Dr. Stephen Henson2001-10-271-0/+9
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-7/+5
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-79/+19
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+9
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-021-6/+6
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-311-1/+1
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-0/+236