summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-12Use SHA256 not MD5 as default digest.Rich Salz
2015-12-12Support ccache.Ben Laurie
2015-12-12Fix compile failure with no-threadsMatt Caswell
2015-12-12Add extension utility documentation.Dr. Stephen Henson
2015-12-12add X509_up_ref() documentationDr. Stephen Henson
2015-12-12extension documentationDr. Stephen Henson
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
2015-12-11Fix compile failureMatt Caswell
2015-12-11evp/e_chacha20_poly1305.c: TLS interop fixes.Andy Polyakov
2015-12-11Configurations/10-main.conf: fix typos in mingw/cygwin configs.Andy Polyakov
2015-12-11Allow ChaCha20-Poly1305 in DTLSRich Salz
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie
2015-12-11make update, missed fileRichard Levitte
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz
2015-12-11make updateRichard Levitte
2015-12-11Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte
2015-12-11Adapt PEM routines to the opaque EVP_ENCODE_CTXRichard Levitte
2015-12-11Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTXRichard Levitte
2015-12-11Make EVP_ENCODE_CTX opaqueRichard Levitte
2015-12-11Fix OCB linkMatt Caswell
2015-12-10Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling
2015-12-10Restore full support for EVP_CTX_create() etc.Viktor Dukhovni
2015-12-10Prepare for 1.1.0-pre2-devMatt Caswell
2015-12-10Prepare for 1.1.0-pre1 releaseOpenSSL_1_1_0-pre1Matt Caswell
2015-12-10OpenSSL 1.1.0 is now in pre releaseMatt Caswell
2015-12-10make updateMatt Caswell
2015-12-10Don't run rehash as part of building the openssl appRichard Levitte
2015-12-10Update CHANGES and NEWS for alpha releaseMatt Caswell
2015-12-10Ensure |rwstate| is set correctly on BIO_flushMatt Caswell
2015-12-10Fix DTLS handshake fragment retriesMatt Caswell
2015-12-10evp/e_aes.c: wire hardware-assisted block function to OCB.Andy Polyakov
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov
2015-12-10Fix mkfiles for new directoriesMatt Caswell
2015-12-10Add a return value checkMatt Caswell
2015-12-10modes/ocb128.c: fix overstep.Andy Polyakov
2015-12-10make update.Andy Polyakov
2015-12-10Configure: make no-chacha and no-poly1305 work.Andy Polyakov
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov
2015-12-10evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov
2015-12-10test/evp_test.c: allow generic AEAD ciphers to be tested.Andy Polyakov
2015-12-10crypto/evp: add e_chacha20_poly1305.c.Andy Polyakov
2015-12-10evp/evp_enc.c: allow EVP_CIPHER.ctx_size to be 0.Andy Polyakov
2015-12-10Add ChaCha20-Poly1305 and ChaCha20 NIDs.Andy Polyakov
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov
2015-12-10make default_ec_key_meth staticDr. Stephen Henson
2015-12-09remove deleted directories from mkfiles.plDr. Stephen Henson
2015-12-09Fix warnings about unused variables when EC is disabled.Richard Levitte
2015-12-09Move the definitions of EC_KEY and EC_KEY_METHOD to ossl_typ.hRichard Levitte
2015-12-09add CHANGES and NEWS entryDr. Stephen Henson
2015-12-09remove ECDSA error lineDr. Stephen Henson