summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* VMS perl: Fix glob outputRichard Levitte2016-05-131-0/+1
* Add some additional NewSessionTicket testsMatt Caswell2016-05-131-1/+38
* The NewSessionTicket message is not optional.David Benjamin2016-05-131-3/+5
* Fix stack constification definitions.Dr. Stephen Henson2016-05-131-6/+6
* Correct documentation on digest used.Dr. Stephen Henson2016-05-131-3/+2
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-134-10/+13
* Windows: When installing libraries and executables, install .pdb files as wellRichard Levitte2016-05-123-4/+24
* DJGPP adjustmentsRichard Levitte2016-05-125-8/+40
* Move the DJGPP target to its own config.Richard Levitte2016-05-122-11/+15
* Fix uninitialized variableRich Salz2016-05-121-1/+1