aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes after copyright consolidationRich Salz2016-05-1744-1919/+267
* X509_STORE_CTX accessors.Rich Salz2016-05-178-91/+100
* Copyright consolidation 05/10Rich Salz2016-05-1794-4205/+569
* Copyright consolidation 09/10Rich Salz2016-05-17207-10260/+1217
* Copyright consolidation 08/10Rich Salz2016-05-1796-4956/+536
* Copyright consolidation 07/10Rich Salz2016-05-1798-4889/+547
* Copyright consolidation 06/10Rich Salz2016-05-1796-4662/+595
* Copyright consolidation 04/10Rich Salz2016-05-1792-4697/+534
* Copyright consolidation 03/10Rich Salz2016-05-1785-4248/+520
* Copyright consolidation 02/10Rich Salz2016-05-1772-2985/+421
* Copyright consolidation 01/10Rich Salz2016-05-17102-7459/+607
* Add a comment to explain the use of |num_recs|Matt Caswell2016-05-171-1/+9
* Fix RSA dasync engine bugMatt Caswell2016-05-171-1/+1
* Use the current record offset in ssl3_get_recordMatt Caswell2016-05-171-1/+2
* There is only one read bufferMatt Caswell2016-05-171-1/+1
* Fix typos in apps/enc.cKurt Cancemi2016-05-171-2/+2
* Fix some out of date commentsMatt Caswell2016-05-173-6/+6
* Remove repeated condition from if in X509_NAME_onelineMatt Caswell2016-05-171-1/+1
* Correct documentation errorMatt Caswell2016-05-171-3/+3
* test/evp_test.c: exercise in-place encryption.Andy Polyakov2016-05-161-19/+35
* ARMv8 assembly pack: add OPENSSL_cleanse.Andy Polyakov2016-05-162-1/+32
* Remove an unneccessary check of cipherMatt Caswell2016-05-161-1/+1
* Use OPENSSL_hexchar2intRich Salz2016-05-168-59/+26
* Use app_malloc; two missing cases.Rich Salz2016-05-162-2/+2
* const correctness: make HMAC_size() take a const *Steffan Karger2016-05-162-2/+2
* session tickets: use more sizeofKurt Roeckx2016-05-163-15/+23
* Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders2016-05-163-4/+4
* session tickets: Use sizeof() for the various fieldsTJ Saunders2016-05-164-17/+33
* Don't load same config file twice.Dr. Stephen Henson2016-05-164-4/+4
* Documentation: Clarify sizes for UI_add_input_string()Richard Levitte2016-05-161-6/+6
* Workaround an IO::Socket::IP bugMatt Caswell2016-05-161-1/+3
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-1624-114/+101
* Don't require any length of password when decryptingRichard Levitte2016-05-161-3/+9
* Add support for RC / WINDRES env variablesRichard Levitte2016-05-163-7/+11
* Add missing initialiser in e_chil.cRichard Levitte2016-05-161-1/+1
* do not remove links found in .git directoryCristian Stoica2016-05-161-1/+1
* Windows: Add CRYPT32.LIB to the libraries to link you app withRichard Levitte2016-05-161-12/+12
* Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini2016-05-161-2/+2
* Add SSL_client_version() getter functionAlessandro Ghedini2016-05-163-3/+10
* Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell2016-05-161-13/+23
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-164-1/+14
* Fix NPN protocol name list validationKazuki Yamaguchi2016-05-161-3/+3
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-1615-30/+71
* Small MSVC build fixes.Richard Levitte2016-05-162-4/+6
* Fix some missing OBJ_dup failure checks.FdaSilvaYY2016-05-162-2/+2
* openssl_{startup,shutdown}.com.in are in the source directoryRichard Levitte2016-05-141-2/+2
* Fix various methods declaration in pod fileFdaSilvaYY2016-05-141-8/+8
* Increment size limit for ClientHello messagesAlessandro Ghedini2016-05-141-1/+18
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-1/+1
* Fix OpenSSL_memdup error handlingInsu Yun2016-05-131-12/+15