summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Centralise loading default apps config fileMatt Caswell2015-10-1238-114/+19
* Fix option name discrepancyMatt Caswell2015-10-121-2/+2
* Configurations: move -Wno-pedantic-ms-format to .travis.yml.Andy Polyakov2015-10-122-4/+4
* embed OCSP_CERTIDDr. Stephen Henson2015-10-116-23/+22
* embed support for ASN1_STRINGDr. Stephen Henson2015-10-113-7/+18
* Embed various OCSP fields.Dr. Stephen Henson2015-10-119-67/+67
* embed support for CHOICE typeDr. Stephen Henson2015-10-112-5/+11
* Skip PSK tests for no-pskDr. Stephen Henson2015-10-111-4/+12
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-113-7/+4
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-099-41/+48
* Fix Windows buildMatt Caswell2015-10-092-1/+2
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-0910-43/+652
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-084-196/+97
* Fix no-ripemd on WindowsMatt Caswell2015-10-082-6/+6
* Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell2015-10-081-6/+5
* When ENGINE_add finds that id or name is missing, actually returnRichard Levitte2015-10-081-0/+1
* Don't check pointer we just freed, always set it to NULL.Pascal Cuoq2015-10-071-2/+1
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Properly check return type of DH_compute_key()Pascal Cuoq2015-10-071-2/+2
* Set flags to 0 before calling BN_with_flags()Pascal Cuoq2015-10-071-0/+2
* Don't advance PACKET in ssl_check_for_safariMatt Caswell2015-10-071-10/+13
* Fix travis builds on masterAlessandro Ghedini2015-10-064-12/+15
* SSLv2 compat ciphers: clarify commentEmilia Kasper2015-10-061-4/+3
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* Address more Windows warnings illuminated by mingw.Andy Polyakov2015-10-062-10/+14
* New cipher and cipher modes standardized in RussiaDmitry Belyavskiy2015-10-054-3/+77
* Validate ClientHello extension field lengthAlessandro Ghedini2015-10-051-0/+3
* Add PACKET_copy_allEmilia Kasper2015-10-054-16/+47
* ssl_sess.c: grab a copy of the session IDEmilia Kasper2015-10-051-6/+8
* PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper2015-10-051-59/+63
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-057-298/+250
* make dependRichard Levitte2015-10-051-109/+118
* Fix make depend for things being built in subdirectoriesRichard Levitte2015-10-051-5/+23
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-053-6/+6
* bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov2015-10-051-1/+1
* Address Windows warnings in apps/.Andy Polyakov2015-10-052-25/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-055-27/+29
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-053-30/+42
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-032-6/+6
* Remove BIO_s_file_internal macro.Rich Salz2015-10-026-15/+14
* Revert "Custom cipher constants"Matt Caswell2015-10-011-12/+0
* Custom cipher constantsDmitry Belyavskiy2015-10-011-0/+12
* Remove the hard coded -DOPENSSL_NO_DEPRECATED from DEPFLAGRichard Levitte2015-09-301-1/+1
* Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell2015-09-306-72/+98
* bn/asm/armv4-mont.pl: boost NEON performance.Andy Polyakov2015-09-301-294/+328
* Make update / libeay.num fixRich Salz2015-09-303-31/+35
* Fix libeay.numMatt Caswell2015-09-301-9/+8
* Add a test for duplicated ordinalsMatt Caswell2015-09-301-0/+104