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
Age
Commit message (
Expand
)
Author
2015-02-11
Remove initialisers with default values from the ASN1 data structures.
Joel Sing
2015-02-11
get rid of OPENSSL_NO_CMS code we do not use.
Bob Beck
2015-02-11
get rid of OPENSSL_NO_COMP code we don't use.
Bob Beck
2015-02-11
Expand most of the ASN1_SEQUENCE* and associated macros, making the data
Joel Sing
2015-02-11
Enable building with -DOPENSSL_NO_DEPRECATED.
Doug Hogan
2015-02-11
More unifdef OPENSSL_NO_RFC3779 that got missed last time around.
Joel Sing
2015-02-10
unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to
Joel Sing
2015-02-10
Remove old interesting but not useful content.
Joel Sing
2015-02-10
unifdef OPENSSL_NO_RC5
Joel Sing
2015-02-10
Remove RC5 code - this is not currently enabled and is not likely to ever
Joel Sing
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2015-02-10
Remove crypto/store - part of which is "currently highly experimental".
Joel Sing
2015-02-10
EVP_BytesToKey(): return through the error path (which cleans things up)
Miod Vallat
2015-02-10
Replace assert() and OPENSSL_assert() calls with proper error return paths.
Miod Vallat
2015-02-10
Remove default value initialisers for ASN1_ITEM. Minor changes to generated
Joel Sing
2015-02-10
Remove unnecessary include of assert.h
Miod Vallat
2015-02-10
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
Miod Vallat
2015-02-10
Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.
Joel Sing
2015-02-10
The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into
Joel Sing
2015-02-10
Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndef
Joel Sing
2015-02-10
Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTION
Joel Sing
2015-02-10
Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed.
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible
Joel Sing
2015-02-10
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
Joel Sing
2015-02-10
Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
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
Jettison DTLS over SCTP.
Joel Sing
2015-02-09
Return NULL when there are no shared ciphers.
Doug Hogan
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
Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to
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
Remove useless variables and use the values directly.
Doug Hogan
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
Convert several of the server side handshake functions to the new handshake
Joel Sing
2015-02-07
Crank major for libcrypto since symbols have been removed.
Joel Sing
2015-02-07
Don't allow tag number 31 in CBB_add_asn1().
Doug Hogan
2015-02-07
Crank libssl major due to the recent changes and removals.
Joel Sing
[next]