summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2015-02-07Don't leak addresses in error messages.Miod Vallat
2015-02-07Don't support very old versions of Netscape (is there any other kind?).Doug Hogan
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2015-02-07Crank major for libcrypto since symbols have been removed.Joel Sing
2015-02-07Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingJoel Sing
2015-02-05Declare the x509_(mem|file|dir)_lookup symbols as static because theyReyk Floeter
2015-01-28Fix a number of issues relating to algorithms in signatures, MostlyBob Beck
2015-01-22Use field names in struct initialisers.Joel Sing
2015-01-22Add X509_STORE_load_mem() to load certificates from a memory bufferReyk Floeter
2015-01-22Assume that the size of a pointer will not change at runtime.Brent Cook
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2015-01-12Fix a memory leak in bss_dgram.Doug Hogan
2015-01-08Avoid a double-free in an error path.Doug Hogan
2015-01-07mix in more virtual memory and process informationBrent Cook
2015-01-06add initial HP-UX getentropy/arc4random support.Brent Cook
2015-01-03Fix incorrect OPENSSL_assert() usage.Doug Hogan
2014-12-08Use platform-defined method of printing a pointer.Brent Cook
2014-12-07Make GOST compile with a strict C compiler - in this case incrementing aJoel Sing
2014-12-07Correctly output the result in STREEBOG512_Final() when running on a big-endianMiod Vallat
2014-12-07Make sure to load absolute symbol address with `dla' instead of `la' whenMiod Vallat
2014-12-07Revert to the use of C code for the basic BN routines (bn_add_words,Miod Vallat
2014-12-07Remove OPENSSL_FIPSCANISTER mentions.Miod Vallat
2014-12-06fix manual names that clash with other manualsIngo Schwarze
2014-12-06Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.Doug Hogan
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-03We're not supporting 16-bit Windows, remove cast.Brent Cook
2014-12-03handle the (impossible) situation of a size_t - 1 buffer fromTheo de Raadt
2014-12-03Spotted another opportunity to use reallocarray().Theo de Raadt
2014-11-26remove superflous gettimeofday wrapper.Brent Cook
2014-11-26memset like a normal human.Brent Cook
2014-11-26normalize set/getsockopt usage.Brent Cook
2014-11-26Linux has had IP_MTU since 2005, don't force it.Brent Cook
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-21MPE support, begone. ok teduTheo de Raadt
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-19include camellia.h using the public include pathBrent Cook
2014-11-18Argh, another bug introduced in r1.3; Dmitry Eremin-SolenikovMiod Vallat
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the CammeliaMiod Vallat
2014-11-18More missing error checks I forgot to commit last week, part of the largeMiod Vallat
2014-11-18Return success in param_copy_gost01() if there is no private key to copy;Miod Vallat
2014-11-18further BUF_strdup conversion: these places should be safe to rely onTed Unangst
2014-11-17Add the Cammelia cipher to libcrypto.Miod Vallat
2014-11-17Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and weMiod Vallat
2014-11-13Add many missing error checks (probably not exhaustive, but a good start):Miod Vallat
2014-11-13Sacrifice this code to the KNF deities.Miod Vallat
2014-11-12Fix GOST TC26-B curve description.Miod Vallat
2014-11-11f{read,write} take a number of items and an item size as arguments, andMiod Vallat
2014-11-11correct the failure case for getentropy on win32Brent Cook
2014-11-11Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butPhilip Guenther