Age | Commit message (Expand) | Author |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-12-03 | We're not supporting 16-bit Windows, remove cast. | Brent Cook |
2014-12-03 | handle the (impossible) situation of a size_t - 1 buffer from | Theo de Raadt |
2014-12-03 | Spotted another opportunity to use reallocarray(). | Theo de Raadt |
2014-11-26 | remove superflous gettimeofday wrapper. | Brent Cook |
2014-11-26 | memset like a normal human. | Brent Cook |
2014-11-26 | normalize set/getsockopt usage. | Brent Cook |
2014-11-26 | Linux has had IP_MTU since 2005, don't force it. | Brent Cook |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-21 | MPE support, begone. ok tedu | Theo de Raadt |
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-19 | include camellia.h using the public include path | Brent Cook |
2014-11-18 | Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikov | Miod Vallat |
2014-11-18 | Enable the build of GOST routines in libcrypto. Riding upon the Cammelia | Miod Vallat |
2014-11-18 | More missing error checks I forgot to commit last week, part of the large | Miod Vallat |
2014-11-18 | Return success in param_copy_gost01() if there is no private key to copy; | Miod Vallat |
2014-11-18 | further BUF_strdup conversion: these places should be safe to rely on | Ted Unangst |
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 |
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 | correct the failure case for getentropy on win32 | Brent Cook |
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 |
2014-11-03 | minor cleanup of zlib code. DSO is gone. ok jsing. | Ted Unangst |
2014-11-03 | Add hooks to override native arc4random_buf on FreeBSD. | Brent Cook |
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 | 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-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-10-18 | Sort/group includes. | Joel Sing |
2014-10-16 | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | Bob Beck |
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-11 | include header needed by older linux kernels | Brent Cook |
2014-10-07 | Use strdup() instead of malloc() + memcpy(). | Miod Vallat |