summaryrefslogtreecommitdiff
path: root/crypto/asn1/a_set.c
Commit message (Expand)AuthorAgeFilesLines
* Update from 1.0.0-stable.steve2009-07-271-18/+19
* Calculate offset correctly. (Coverity ID 233)ben2009-01-011-1/+1
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-6/+6
* More size_tification.ben2008-11-011-5/+5
* size_tification.ben2008-11-011-1/+1
* More type-checking.ben2008-06-041-20/+22
* Simplicate and add lightness.ben2005-03-311-7/+7
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-3/+6
* Add lots of checks for memory allocation failure, error codes to indicatesteve2004-12-051-4/+19
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-2/+2
* Check the return values where memory allocation failures may happen.levitte2002-05-301-2/+2
* Add NO_ASN1_OLD to remove some old style functions:steve2000-12-281-0/+3
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes carelevitte2000-09-171-1/+1
* Fixes for Win32 build.steve2000-06-211-1/+1
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-4/+4
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-2/+0
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-1/+1
* Change functions to ANSI C.ulf1999-04-191-16/+5
* Massive constification.ben1999-04-171-2/+2
* Fix incorrect DER encoding of SETs and all knock-ons from that.ben1998-12-291-10/+91
* Initial revisionrse1998-12-211-0/+149