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
2018-11-24
zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'
Theo Buehler
2018-11-24
Store and return the locking callbacks, restoring previous behaviour.
Joel Sing
2018-11-20
Saw a mention somewhere a while back that the gotdata() function in
Theo de Raadt
2018-11-17
Fix whitespace around assignment operators.
Theo Buehler
2018-11-15
Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation
Theo Buehler
2018-11-12
Missing initialization for pub_key. CID 184303.
Theo Buehler
2018-11-11
Add back a few missing compatibility stubs
Brent Cook
2018-11-11
Add EVP_sm3() to OpenSSL_add_all_digests_internal().
Theo Buehler
2018-11-11
bump minors after symbol addition.
Theo Buehler
2018-11-11
Add Ribose Inc's implementation of the SM3 hashing function with
Theo Buehler
2018-11-11
Add automatic threading initialization for libcrypto.
Brent Cook
2018-11-11
include crypto.h from the correct path, remove unused variable
Brent Cook
2018-11-09
Initialize priv_key and pub_key on first use instead of at the top.
Theo Buehler
2018-11-09
Initialize priv_key and pub_key on first use instead of at the top.
Theo Buehler
2018-11-09
Avoid dereferencing eckey before checking it for NULL.
Theo Buehler
2018-11-09
Avoid leaking memory that was already allocated in ASN1_item_new().
Theo Buehler
2018-11-09
Fix a buffer overrun in asn1_parse2().
Theo Buehler
2018-11-09
Add const to the data argument of ASN1_set{,_int}_octetstring().
Theo Buehler
2018-11-08
Remove some function prototypes that should have been removed in the
Joel Sing
2018-11-08
LibreSSL 2.9.0
Brent Cook
2018-11-07
Use memmove() instead of memcpy() to get rid of the need for
Theo Buehler
2018-11-06
unrevert the use of bn_rand_interval().
Theo Buehler
2018-11-06
Unset Z_is_zero after applying coordinate blinding and
Theo Buehler
2018-11-06
Flip reversed test in bn_rand_interval().
Theo Buehler
2018-11-06
disable EC_POINT coordinate blinding due to failures in ECDHE and TLS
Theo Buehler
2018-11-06
revert use of bn_rand_interval due to failures with ECDHE and TLS
Theo Buehler
2018-11-06
Start working towards adding feature flags (rather than anti-feature flags)
Joel Sing
2018-11-05
Make use of bn_rand_interval() where appropriate.
Theo Buehler
2018-11-05
Introduce bn_rand_interval() that allows specifying an interval [a, b)
Theo Buehler
2018-11-05
Eliminate a few "} else" branches, a few unneeded NULL checks before
Theo Buehler
2018-11-05
Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already
Theo Buehler
2018-11-05
Implement coordinate blinding for EC_POINT.
Theo Buehler
2018-11-04
Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async
Joel Sing
2018-11-04
Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that
Joel Sing
2018-11-04
Reformat and sort the OPENSSL_NO_* defines.
Joel Sing
2018-11-02
move X509_get0_serialNumber where it belongs
Theo Buehler
2018-11-02
whitespace
Theo Buehler
2018-10-24
Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)
Joel Sing
2018-10-24
Remove a GOST data symbol that should not be exported.
Joel Sing
2018-10-24
Remove a bunch of ancient and highly crufty ASN.1 related code from
Joel Sing
2018-10-24
Remove stack related macros that should have been nuked when
Joel Sing
2018-10-20
Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0
Theo Buehler
2018-10-20
RFC 3394 section 2 states that we need at least two 64 bit blocks
Theo Buehler
2018-09-30
bump for LibreSSL 2.8.2
Brent Cook
2018-09-23
bump for LibreSSL 2.8.1
Brent Cook
2018-09-17
Simplify initialization of asn1_cb; use correct spelling of NULL.
Theo Buehler
2018-09-12
sync with mozilla-release (one removal, TURKTRUST, more details at
Stuart Henderson
2018-09-12
tweak previous;
Jason McIntyre
2018-09-12
Add some accessor functions:
Damien Miller
2018-09-08
ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).
Theo Buehler
[next]