Age | Commit message (Expand) | Author |
2014-11-17 | Add the Cammelia cipher to libcrypto. | Miod Vallat |
2014-11-17 | Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and we | Miod Vallat |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-11-13 | Add many missing error checks (probably not exhaustive, but a good start): | Miod Vallat |
2014-11-13 | Sacrifice this code to the KNF deities. | Miod Vallat |
2014-11-12 | Fix GOST TC26-B curve description. | Miod Vallat |
2014-11-11 | f{read,write} take a number of items and an item size as arguments, and | Miod Vallat |
2014-11-11 | Don't free garbage in ec_wNAF_mul() if wNAF could be allocated but | Philip Guenther |
2014-11-09 | KNF (when not conflicting with other cleanup changes in progress) | Miod Vallat |
2014-11-09 | Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failure | Miod Vallat |
2014-11-09 | Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending a | Miod Vallat |
2014-11-09 | Replace RAND_bytes() usage with arc4random_buf(). | Miod Vallat |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-11-09 | Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. | Miod Vallat |
2014-11-09 | Allow digest routines to provide their own HASH_FINAL routine; will be | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-11-03 | only call SRTP (whatever that is) functions when the connection type is | Ted Unangst |
2014-11-03 | minor cleanup of zlib code. DSO is gone. ok jsing. | Ted Unangst |
2014-11-02 | Remove remnants from RC2 and SEED - there are no longer any cipher suites | Joel Sing |
2014-10-31 | Remove an outdated comment re EDH vs DHE - DHE is now used consistently and | Joel Sing |
2014-10-31 | Update comments for TLS ExtensionType values - many of the referenced | Joel Sing |
2014-10-31 | Crank libssl major due to recent additions, removals and changes. | Joel Sing |
2014-10-31 | Remove now unused remnants from public structs. | Joel Sing |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-28 | deregister; no binary change | Jonathan Gray |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-22 | In PKCS12_setup_mac(), do not assign p12->mac->salt->length until the allocation | Miod Vallat |
2014-10-22 | Avoid a NULL pointer dereference that can be triggered by | Joel Sing |
2014-10-22 | Place most of the RAND_* functions under #ifndef LIBRESSL_INTERNAL (some | Joel Sing |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-20 | digests: *_LONG_LOG2 is not used, stop talking about it. | Brent Cook |
2014-10-20 | SSL: Fix memory leak in d2i_SSL_SESSION. | Brent Cook |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-10-18 | Sort/group includes. | Joel Sing |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | Typical malloc() with size multiplication to reallocarray(). | Doug Hogan |
2014-10-16 | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | Bob Beck |
2014-10-15 | Disable SSLv3 by default. | Joel Sing |
2014-10-15 | Only require an EC public key in tls1_set_ec_id(), if we need to provide | Joel Sing |
2014-10-15 | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | Joel Sing |
2014-10-14 | Bump libressl version string to 2.1. | Brent Cook |
2014-10-13 | The return value on success of fcntl(F_SETFL) is not actually specified, | Brent Cook |
2014-10-13 | Use O_NONBLOCK over FIONBIO. | Brent Cook |
2014-10-12 | Remove useless comments in DES_is_weak_key(). Do we really care that this | Miod Vallat |
2014-10-12 | Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1, | Miod Vallat |
2014-10-12 | Convert libssl manpages from pod to mdoc(7). | Anthony J. Bentley |
2014-10-07 | Use strdup() instead of malloc() + memcpy(). | Miod Vallat |