summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-19Make GOST ciphersuites require TLSv1Dr. Stephen Henson
2015-11-18aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov
2015-11-18e_os.h: bump minimal _WIN32_WINNT.Andy Polyakov
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz
2015-11-17make updateRichard Levitte
2015-11-17Check error return from sysconf in secure memory codeMatt Caswell
2015-11-17Add comment explaining why we don't check a return valueMatt Caswell
2015-11-17Remove an NULL ptr deref in an error pathMatt Caswell
2015-11-16bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov
2015-11-16crypto/sec_mem.c: fix anonymous mmap on legacy systems.Andy Polyakov
2015-11-16bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov
2015-11-15Explicit OpenSSL_version_num() implementation prototypeViktor Dukhovni
2015-11-14Document new functionsDr. Stephen Henson
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson
2015-11-14Add new X509 accessorsDr. Stephen Henson
2015-11-14Update and clarify ciphers documentation.Dr. Stephen Henson
2015-11-14add -psk option to ciphers commandDr. Stephen Henson
2015-11-14add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson
2015-11-14Add "TLSv1.0" cipher alias.Dr. Stephen Henson
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson
2015-11-14Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-11-13absent identity hint should be NULLDr. Stephen Henson
2015-11-11modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-11-09Remove redundant check from tls1_get_curvelistMatt Caswell
2015-11-09Continue malloc standardisation in enginesMatt Caswell
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte
2015-11-08Replace L suffix with UDr. Stephen Henson
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-11-06Fix compilation problems with SCTPMatt Caswell
2015-11-06Remove some redundant assignmentsMatt Caswell
2015-11-06Don't finish the handshake twiceMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-11-05fix discrepancyDr. Stephen Henson
2015-11-05Read function names from C source files.Dr. Stephen Henson
2015-11-05Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte
2015-11-02Remove the state parameter from BIO_ctrl_set_connectedRichard Levitte
2015-11-02BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-11-02Correct or add comments indicating what controls belong to whatRichard Levitte
2015-11-02Remove PROXY controls that aren't used anywhereRichard Levitte
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte