summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix grammar-o in CONTRIBUTINGBenjamin Kaduk2016-11-011-1/+1
* Add $(EX_LIBS) to the LIBDEPS for libgost.so, just as for all other enginesRichard Levitte2016-10-281-1/+1
* Implement length checks as a macroMatt Caswell2016-10-281-21/+26
* Ensure we have length checks for all extensionsMatt Caswell2016-10-281-52/+142
* Fix length check writing status request extensionMatt Caswell2016-10-281-1/+8
* Fix a double free in ca command lineMatt Caswell2016-10-281-1/+0
* A zero return from BIO_read/BIO_write() could be retryableMatt Caswell2016-10-283-8/+44
* Fix typo (reported by Matthias St. Pierre)Rich Salz2016-10-261-1/+1
* Fix leak of secrecy in ecdh_compute_key()Dr. Matthias St. Pierre2016-10-251-1/+3
* Correctly find all critical CRL extensionsRich Salz2016-10-221-1/+2
* remove redundant zero assignmentsCristian Stoica2016-10-201-27/+1
* %p takes void*, so make sure to cast arguments to void*Richard Levitte2016-10-201-2/+2
* apps: make setup_engine() and release_engine() available alwaysRichard Levitte2016-10-2034-244/+39
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-2032-16/+157
* Fix no-desRichard Levitte2016-10-192-1/+6
* Make 'openssl prime ""' not segfaultRichard Levitte2016-10-191-2/+10
* Fix strict-warnings buildPatrick Steuer2016-10-182-6/+6
* Fix strict-warnings buildPatrick Steuer2016-10-181-0/+1
* Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler2016-10-152-2/+2
* Ensure we handle len == 0 in ERR_err_string_nMatt Caswell2016-10-151-0/+3
* Degrade 3DES to MEDIUM in SSL2Vitezslav Cizek2016-10-141-1/+1
* RT is put out to pastureRich Salz2016-10-132-63/+24
* Add missing error string for SSL_R_TOO_MANY_WARN_ALERTSKurt Cancemi2016-10-111-0/+1
* apps/apps.c: initialize and de-initialize engine around key loadingRichard Levitte2016-09-281-1/+4
* Revert "Call ENGINE_init() before trying to use keys from engine"Rich Salz2016-09-281-1/+1
* Call ENGINE_init() before trying to use keys from engineDavid Woodhouse2016-09-281-1/+1
* Fix NEWS errorMatt Caswell2016-09-261-1/+1
* Prepare for 1.0.2k-devMatt Caswell2016-09-265-5/+13
* Prepare for 1.0.2j releaseOpenSSL_1_0_2jMatt Caswell2016-09-264-6/+6
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-09-262-2/+10
* Add some sanity checks when checking CRL scoresMatt Caswell2016-09-261-2/+2
* Fix build with no-nextprotonegDirk Feytons2016-09-221-0/+2
* Fix typo introduced by a03f81f4Rich Salz2016-09-221-1/+1
* Prepare for 1.0.2j-devMatt Caswell2016-09-225-5/+13
* Prepare for 1.0.2i releaseOpenSSL_1_0_2iMatt Caswell2016-09-224-6/+6
* Updates CHANGES and NEWS for new releaseMatt Caswell2016-09-222-4/+166
* Avoid KCI attack for GOSTDmitry Belyavsky2016-09-221-19/+0
* Fix a mem leak in NPN handlingMatt Caswell2016-09-221-0/+5
* Fix OCSP Status Request extension unbounded memory growthMatt Caswell2016-09-221-7/+17
* mk1mf.pl: check for no-tls1 here as wellRichard Levitte2016-09-221-0/+2
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-214-0/+35
* Make message buffer slightly larger than message.Dr. Stephen Henson2016-09-212-2/+9
* Use SSL3_HM_HEADER_LENGTH instead of 4.Dr. Stephen Henson2016-09-211-10/+16
* Remove unnecessary check.Dr. Stephen Henson2016-09-211-5/+0
* Dcoument -alpn flagRich Salz2016-09-212-4/+14
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-211-0/+2
* Fix small OOB reads.Dr. Stephen Henson2016-09-212-0/+17
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* RT4669: dgst can only sign/verify one fileRichard Levitte2016-09-201-0/+5