summaryrefslogtreecommitdiff
path: root/libextra/gnutls_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Mark with XXX.Simon Josefsson2006-08-131-1/+1
* Add (XXX).Simon Josefsson2006-08-131-0/+4
* Use int/void* macros to avoid warnings, suggested by Andreas MetzlerSimon Josefsson2006-08-131-6/+6
* Revert.Simon Josefsson2006-07-131-7/+3
* Retry handshake on non-fatal errors.Simon Josefsson2006-07-131-3/+7
* Use GNU coding style.Simon Josefsson2005-11-071-537/+620
* Update FSF office address in license.Simon Josefsson2005-05-261-3/+3
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-6/+6
* Clean up license templates.Simon Josefsson2005-01-221-12/+16
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-151-1/+3
* Remove MD_CTX (should never have been here).Simon Josefsson2004-10-301-6/+1
* Port openssl glue to generic crypto API.Simon Josefsson2004-10-301-36/+22
* Indent.Simon Josefsson2004-10-281-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-10/+10
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-231/+220
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-1/+2
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-211-0/+1
* Some fixes pointed out by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>Nikos Mavrogiannopoulos2003-11-211-3/+3
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-3/+0
* added configure option to disable the openssl compatibility layer.Nikos Mavrogiannopoulos2003-10-261-0/+6
* RIJNDAEL ciphersuites were renamed to AES.Nikos Mavrogiannopoulos2003-09-171-8/+8
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-9/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-291-9/+9
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-081-2/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-021-2/+2
* more cleanupsNikos Mavrogiannopoulos2002-09-011-0/+1
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-3/+3
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-261-6/+6
* Update SSL_CIPHER_get_name() to use gnutls_cipher_suite_get_name()Andrew McDonald2002-08-261-2/+3
* add ability to use separate file descriptors for send() and recv()Andrew McDonald2002-07-211-3/+14
* some initial support for TLS/SSL server applicationsAndrew McDonald2002-07-211-3/+133
* get rid of some warnings during buildAndrew McDonald2002-07-061-2/+14
* yet more functions, and some fixesAndrew McDonald2002-07-051-11/+120
* some more functions implementedAndrew McDonald2002-07-051-0/+150
* fix SSL_CIPHER_get_bits to return key size in bits rather than bytesAndrew McDonald2002-06-241-1/+1
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-221-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-2/+2
* changes to way SSL_CIPHER allocation is handledAndrew McDonald2002-06-211-13/+30
* use gnutls_cipher_get_key_size() in SSL_CIPHER_get_bits()Andrew McDonald2002-06-211-18/+1
* make arrays for priority information in SSL_METHOD statically allocatedAndrew McDonald2002-06-211-18/+8
* Implemented some more functions.Andrew McDonald2002-06-191-88/+414
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-161-17/+17
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-161-0/+237