aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix incomplete error check on ASN1_item_i2d()ndossche2023-02-281-1/+1
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-0/+13
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-191-3/+2
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Constify ASN1_item_unpack().Dr. Stephen Henson2016-08-171-1/+1
* Don't leak memory on ASN1_item_pack() error pathMatt Caswell2016-06-011-7/+14
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* 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-4/+4
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-100/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-92/+100
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-2/+10
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-271-4/+4
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-2/+2
* More type-checking.Ben Laurie2008-06-041-4/+4
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-5/+5
* Consistency.Ben Laurie2005-03-311-3/+2
* Simplicate and add lightness.Ben Laurie2005-03-311-4/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-7/+10
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-3/+3
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-2/+2
* ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson2000-12-301-0/+4
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-281-1/+43
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-061-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-17/+6
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+3
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-281-0/+154