summaryrefslogtreecommitdiff
path: root/src/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Add GOST94-GOST89-GOST89 and other ciphers supportNikita Vetrov2014-06-211-0/+11
* Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-5/+5
* Fix compiler warningsTim Ruehsen2014-05-121-4/+4
* added PFS to --secure-protocolTim Ruehsen2013-09-071-0/+7
* Fix timeout option when used with SSLKarsten Hopp2013-07-121-9/+57
* * fix a few little dissonancesTim Ruehsen2012-06-041-1/+1
* Add support for TLS SNIPhil Pennock2012-04-131-2/+15
* Fix some problems under VMS.Steven Schweda2011-10-231-1/+3
* Silent a compiler warning.Giuseppe Scrivano2011-08-261-1/+1
* openssl: Prevent loops on read errors.Ray Satiro2011-05-151-2/+2
* Fix build error.Giuseppe Scrivano2011-04-181-2/+1
* openssl: make openssl_peek non-blocking.Giuseppe Scrivano2011-04-131-2/+4
* openssl: Use SSLv2 only when available.Cristian Rodrwuez2011-04-111-0/+2
* openssl: Retry to read if a non-blocking socket returns immediately.Giuseppe Scrivano2011-04-041-2/+4
* Ensure FD_TO_SOCKET is defined under Windows.Giuseppe Scrivano2011-04-041-0/+4
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+1
* Remove redundant guard.Giuseppe Scrivano2010-12-011-3/+1
* Fix GNU TLS backend under Windows.Giuseppe Scrivano2010-06-151-1/+1
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
* Use always close as it is defined by gnulib on platforms lacking it.Giuseppe Scrivano2010-05-071-5/+4
* Fixed some mixed declarations-and-code.Micah Cowan2010-01-131-4/+5
* Implement support for subjectAltName fields in X509 certs.Petr Pisar2009-10-241-42/+118
* Avoid reusing same buffer for successive quoted args.Micah Cowan2009-09-221-5/+5
* [mq]: cfg-mkMicah Cowan2009-09-211-6/+6
* Adjustments for MSDOS.Gisle Vanem2009-09-051-1/+1
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
* Only warn of attack if the hostname would have matched.Micah Cowan2009-08-191-26/+37
* Detect NULs in common name.Joao Ferreira2009-08-191-1/+27
* Automated merge.Micah Cowan2009-07-041-2/+2
|\
| * Steven Schweda's VMS patch.Micah Cowan2008-04-221-2/+2
* | Merge quote module stuff with current mainline.Micah Cowan2008-05-151-8/+10
|\ \
| * | Further quote*()-related integrations in openssl.c.Steven Schubiger2008-04-261-6/+8
| * | Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0
| * | Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+2
| * | Use Gnulib's quote function in openssl.c.Steven Schubiger2008-04-161-4/+4
| |/
* | Allow combined cert/key once again.Micah Cowan2008-04-221-0/+7
|/
* Updated copyright year.Micah Cowan2008-01-251-2/+2
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
* | ISSPACE -> c_isspaceMicah Cowan2007-10-141-4/+4
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* Gisle's MS-DOS supportMicah Cowan2007-09-281-1/+1
* [svn] Backing out constification of SSL_METHOD *meth.micah2007-08-291-1/+1
* [svn] Various small fixes, courtesy of Gisle Vanem <giva@bgnett.no>.micah2007-08-271-1/+1
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-61/+61
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-1/+1
* [svn] Tell OpenSSL to renegotiate automatically (mode SSL_MODE_AUTO_RETRY).hniksic2005-08-261-0/+4
* [svn] Print separate error messages for frequent X509 certificate problems.hniksic2005-07-071-12/+27