summaryrefslogtreecommitdiff
path: root/crypto/stack/stack.c
Commit message (Expand)AuthorAgeFilesLines
* Type-safe OBJ_bsearch_ex.ben2008-10-141-18/+10
* More type-checking.ben2008-06-041-34/+35
* Constify version strings and some structures.steve2007-01-211-1/+1
* Oops!steve2004-10-041-1/+1
* Fix race condition when CRL checking is enabled.steve2004-10-041-0/+7
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upgeoff2004-04-211-3/+2
* Avoid undefined results when the parameter is out of range.geoff2004-04-021-1/+1
* Include objects.h to get a correct declaration of OBJ_bsearch_ex(),levitte2003-04-291-1/+2
* Add an extended variant of sk_find() which returns a non-NULL pointerlevitte2003-04-291-13/+13
* Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy upgeoff2001-05-311-5/+7
* Make sk_sort tolearate a NULL argument.steve2001-01-281-1/+1
* Some platforms define NULL as ((void *)0). Unfortunately, a void*levitte2000-09-171-1/+1
* Safe stack reorganisation in terms of function casts.steve2000-06-161-0/+5
* Harmonize indentation.bodo2000-06-081-13/+13
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-7/+7
* This is the first of two commits (didn't want to dump them all into thegeoff2000-06-011-6/+23
* sk_value was also suffering from de-const-ification.geoff2000-05-311-1/+1
* All the little functions created by the IMPLEMENT_STACK_OF() macro willgeoff2000-05-311-1/+1
* Get rid of more non-ANSI declarations.ulf2000-05-151-11/+10
* ispell (and minor modifications)ulf2000-02-031-1/+1
* Seek out and destroy another evil cast.ulf2000-01-301-3/+3
* Another safe stack.ben1999-05-301-6/+14
* New functions sk_set, sk_value and sk_num to replace existing macros: this issteve1999-05-191-0/+17
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.steve1999-04-271-1/+4
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-1/+1
* Change functions to ANSI C.ulf1999-04-191-37/+14
* Massive constification.ben1999-04-171-1/+1
* Fix security hole.ben1999-03-221-1/+1
* Add functions to add certs to stacks, used for CA file/path stuff in servers.ben1999-02-281-1/+5
* Fix version stuff:rse1998-12-311-1/+1
* Fix for sk_insert bug: it never worked properly.stephen1998-12-311-1/+1
* *** empty log message ***OpenSSL_0_9_1crse1998-12-231-1/+1
* Switch version string to SSLeay/OpenSSLrse1998-12-231-1/+1
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectrse1998-12-221-5/+13
* Initial revisionrse1998-12-211-0/+299