Age | Commit message (Expand) | Author |
2015-02-07 | Don't leak addresses in error messages. | Miod Vallat |
2015-02-07 | Don't support very old versions of Netscape (is there any other kind?). | Doug Hogan |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2015-02-07 | Crank major for libcrypto since symbols have been removed. | Joel Sing |
2015-02-07 | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | Joel Sing |
2015-02-05 | Declare the x509_(mem|file|dir)_lookup symbols as static because they | Reyk Floeter |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2015-01-22 | Use field names in struct initialisers. | Joel Sing |
2015-01-22 | Add X509_STORE_load_mem() to load certificates from a memory buffer | Reyk Floeter |
2015-01-22 | Assume that the size of a pointer will not change at runtime. | Brent Cook |
2015-01-19 | Add arc4random/getentropy shims for NetBSD. | Brent Cook |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |
2015-01-12 | Fix a memory leak in bss_dgram. | Doug Hogan |
2015-01-08 | Avoid a double-free in an error path. | Doug Hogan |
2015-01-07 | mix in more virtual memory and process information | Brent Cook |
2015-01-06 | add initial HP-UX getentropy/arc4random support. | Brent Cook |
2015-01-03 | Fix incorrect OPENSSL_assert() usage. | Doug Hogan |
2014-12-08 | Use platform-defined method of printing a pointer. | Brent Cook |
2014-12-07 | Make GOST compile with a strict C compiler - in this case incrementing a | Joel Sing |
2014-12-07 | Correctly output the result in STREEBOG512_Final() when running on a big-endian | Miod Vallat |
2014-12-07 | Make sure to load absolute symbol address with `dla' instead of `la' when | Miod Vallat |
2014-12-07 | Revert to the use of C code for the basic BN routines (bn_add_words, | Miod Vallat |
2014-12-07 | Remove OPENSSL_FIPSCANISTER mentions. | Miod Vallat |
2014-12-06 | fix manual names that clash with other manuals | Ingo Schwarze |
2014-12-06 | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. | Doug Hogan |
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 |