summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-12Fix option name discrepancyMatt Caswell1-2/+2
2015-10-12Configurations: move -Wno-pedantic-ms-format to .travis.yml.Andy Polyakov2-4/+4
2015-10-11embed OCSP_CERTIDDr. Stephen Henson6-23/+22
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson3-7/+18
2015-10-11Embed various OCSP fields.Dr. Stephen Henson9-67/+67
2015-10-11embed support for CHOICE typeDr. Stephen Henson2-5/+11
2015-10-11Skip PSK tests for no-pskDr. Stephen Henson1-4/+12
2015-10-11Make no-psk compile without warnings.Dr. Stephen Henson3-7/+4
2015-10-11Typo.Dr. Stephen Henson1-1/+1
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper9-41/+48
2015-10-09Fix Windows buildMatt Caswell2-1/+2
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg10-43/+652
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper4-196/+97
2015-10-08Fix no-ripemd on WindowsMatt Caswell2-6/+6
2015-10-08Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell1-6/+5
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte1-0/+1
2015-10-07Don't check pointer we just freed, always set it to NULL.Pascal Cuoq1-2/+1
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq1-1/+2
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq1-1/+2
2015-10-07Properly check return type of DH_compute_key()Pascal Cuoq1-2/+2
2015-10-07Set flags to 0 before calling BN_with_flags()Pascal Cuoq1-0/+2
2015-10-07Don't advance PACKET in ssl_check_for_safariMatt Caswell1-10/+13
2015-10-06Fix travis builds on masterAlessandro Ghedini4-12/+15
2015-10-06SSLv2 compat ciphers: clarify commentEmilia Kasper1-4/+3
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson1-2/+2
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov2-10/+14
2015-10-05New cipher and cipher modes standardized in RussiaDmitry Belyavskiy4-3/+77
2015-10-05Validate ClientHello extension field lengthAlessandro Ghedini1-0/+3
2015-10-05Add PACKET_copy_allEmilia Kasper4-16/+47
2015-10-05ssl_sess.c: grab a copy of the session IDEmilia Kasper1-6/+8
2015-10-05PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper1-59/+63
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper7-298/+250
2015-10-05make dependRichard Levitte1-109/+118
2015-10-05Fix make depend for things being built in subdirectoriesRichard Levitte1-5/+23
2015-10-05Harmonize pointer printing and size_t-fy casts.Andy Polyakov3-6/+6
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov1-1/+1
2015-10-05Address Windows warnings in apps/.Andy Polyakov2-25/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov5-27/+29
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson3-30/+42
2015-10-03Fix more d2i cases to properly update the input pointerKurt Roeckx2-6/+6
2015-10-02Remove BIO_s_file_internal macro.Rich Salz6-15/+14
2015-10-01Revert "Custom cipher constants"Matt Caswell1-12/+0
2015-10-01Custom cipher constantsDmitry Belyavskiy1-0/+12
2015-09-30Remove the hard coded -DOPENSSL_NO_DEPRECATED from DEPFLAGRichard Levitte1-1/+1
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell6-72/+98
2015-09-30bn/asm/armv4-mont.pl: boost NEON performance.Andy Polyakov1-294/+328
2015-09-30Make update / libeay.num fixRich Salz3-31/+35
2015-09-30Fix libeay.numMatt Caswell1-9/+8