summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2f releaseOpenSSL_1_0_2fMatt Caswell2016-01-284-6/+6
* Update CHANGES and NEWS for releaseMatt Caswell2016-01-282-1/+45
* Add a test for small subgroup attacks on DH/DHEMatt Caswell2016-01-281-3/+82
* Always generate DH keys for ephemeral DH cipher suitesMatt Caswell2016-01-284-53/+9
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-282-10/+26
* Better SSLv2 cipher-suite enforcementViktor Dukhovni2016-01-281-2/+13
* pkeyutl: allow peerkey for EC_DERIVE to reside on a hardware token (public ke...Mouse2016-01-221-4/+8
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-212-0/+3
* GH issue 572: Error in help messageRich Salz2016-01-202-2/+2
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-204-4/+20
* Fix BSD -rpath parameterRichard Levitte2016-01-191-1/+1
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-193-3/+11
* Update license year range to 2016Prayag Verma2016-01-191-1/+1
* Don't use "grep -q", "-q" is not POSIX, and fails on Solaris.Kristian Amlie2016-01-181-2/+2
* Empty SNI names are not validViktor Dukhovni2016-01-172-3/+6
* NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin2016-01-152-1/+12
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-142-7/+2
* Root cause discovered and fixed, this fix became unnecessaryMouse2016-01-131-3/+2
* Changed help outputUri Blumenthal2016-01-131-2/+2
* Pass engine=NULL to EVP_PKEY_CTX_new(), unless "-engine_impl" was givenMouse2016-01-131-9/+17
* Remove unnecessary debugging fprintfMouse2016-01-131-1/+0
* Fixed crash (SIGSEGV) when freeing of ex_data stumbles upon a NULL-pointer.Mouse2016-01-131-2/+3
* Fixed a bug preventing pkeyutl from accessing keys directly on the token via ...Mouse2016-01-131-2/+7
* Wrong definition of the macro SSL_set1_sigalgs in ssl.harijitnayak2016-01-121-1/+1
* Change minimum DH size from 768 to 1024Kurt Roeckx2016-01-112-2/+3
* File is about s_time, not s_clientKurt Roeckx2016-01-101-2/+2
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-024-43/+43
* RT4202: Update rt URL's.Rich Salz2015-12-282-9/+10
* Add some documentation for the OCSP callback functionsMatt Caswell2015-12-271-0/+73
* Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell2015-12-271-1/+1
* Fix error when server does not send CertificateStatus messageMatt Caswell2015-12-272-34/+39
* The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor2015-12-231-4/+4
* Fix memory leak in DSA redo case.David Benjamin2015-12-221-4/+4
* Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson2015-12-201-2/+2
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-12-191-2/+0
* Correct or add comments indicating what controls belong to whatRichard Levitte2015-12-191-1/+5
* Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte2015-12-191-2/+2
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-12-192-12/+21
* Fix more URLs mangled by reformatMatt Caswell2015-12-192-2/+2
* Fix URLs mangled by reformatMatt Caswell2015-12-193-3/+3
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-1874-74/+74
* Provide better "make depend" warning.Rich Salz2015-12-161-14/+17
* Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2015-12-142-17/+104
* Fix tarball production to keep test/bctest and util/pod2mantestRichard Levitte2015-12-141-1/+2
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-1313-13/+13
* ec/ecp_nistz256_table.c: fix potential misalignment problem with Sun C.Andy Polyakov2015-12-101-1/+1
* Ensure |rwstate| is set correctly on BIO_flushMatt Caswell2015-12-101-1/+5
* Fix DTLS handshake fragment retriesMatt Caswell2015-12-101-20/+44
* Add a return value checkMatt Caswell2015-12-101-4/+4
* Don't use applink for static builds.Dr Stephen Henson2015-12-091-2/+6