index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-09
Jettison SCTP support in BIO dgram.
Joel Sing
2015-02-09
This is neither code not proper documentation.
Miod Vallat
2015-02-09
Remove unused GOST test that prevents clang from building libcrypto.
Doug Hogan
2015-02-08
Use `> 0' instead of `!= 0' as a successful condition for
Miod Vallat
2015-02-08
Move a few typedef up in this file in order to be able to use them in env_md_st
Miod Vallat
2015-02-08
Check memory allocation results in EVP_PBE_alg_add_type().
Miod Vallat
2015-02-08
Check memory allocation results, as well as stack pushes.
Miod Vallat
2015-02-08
Lob a KNF grenade into the ecdsa code.
Joel Sing
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
[next]