summaryrefslogtreecommitdiff
path: root/ssl/ssl_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from main trunk: lets see if this works ;-)TOBEMERGED_ASN12mainBRANCH_ASN1steve2000-12-061-0/+3
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes carelevitte2000-09-171-1/+1
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-5/+5
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsgeoff2000-06-011-2/+2
* Avoid sprintf, and harmonize indentation.bodo2000-05-211-73/+76
* Use correct function names in SSLerr macros.bodo2000-03-141-3/+3
* Copy DH key (if available) in addition to the bare parametersbodo2000-03-131-4/+21
* Tidy up CRYPTO_EX_DATA structures.steve2000-01-231-2/+1
* Remainder of SSL purpose and trust code: trust and purpose setting insteve1999-11-291-3/+13
* Initial support for MacOS.appro1999-09-111-2/+12
* Comments.bodo1999-08-081-1/+1
* correct error signalling for opendir() failurebodo1999-07-301-1/+3
* Additional user data argument to pem_password_cb function typebodo1999-07-211-2/+2
* More safe stack.ben1999-05-301-7/+7
* NeXT doesn't have dirent.ulf1999-05-201-2/+4
* Various bugfixes: Uses locking for some more of the stuff that is notbodo1999-05-141-5/+12
* Some tiny clean-ups related to the cert_st / sess_cert_st change.bodo1999-05-131-15/+0
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.bodo1999-05-131-21/+62
* VMS support.ulf1999-05-131-0/+4
* Changed a comment.bodo1999-05-101-2/+6
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingbodo1999-05-091-0/+201
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for asteve1999-05-081-1/+1
* Some more stack stuff.ben1999-05-031-6/+8
* Support verify_depth from the SSL API without need for user-definedbodo1999-05-011-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-3/+3
* Change functions to ANSI C.ulf1999-04-191-4/+3
* Add type-safe STACKs and SETs.ben1999-04-121-22/+23
* function names recently changed - consistency.rse1999-03-221-1/+1
* Fix names of cert stack functions.ben1999-03-061-6/+6
* Fix the Win32 compile environment and add various changes so it will now compilesteve1999-03-031-1/+7
* Add functions to add certs to stacks, used for CA file/path stuff in servers.ben1999-02-281-37/+123
* Ops, the logic of the second argument has to be coupled with the != test torse1999-02-261-1/+1
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHrse1999-02-251-0/+21
* Accept NULL in *_free.ben1999-01-071-0/+3
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectrse1998-12-221-10/+34
* Initial revisionrse1998-12-211-0/+326