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
2019-01-02
correct article;
Jason McIntyre
2018-12-26
Make AES CCM available in tables.
Theo Buehler
2018-12-24
Make this page much more readable by deleting as much text as possible
Ingo Schwarze
2018-12-23
EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend using
Theo Buehler
2018-12-22
Document EVP_PKEY_new_mac_key(3);
Ingo Schwarze
2018-12-22
Delete irrelevant HISTORY details. Simply use BN_rand(3); there
Ingo Schwarze
2018-12-21
The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).
Ingo Schwarze
2018-12-21
Document the ECDSA_SIG_new(3) return value.
Ingo Schwarze
2018-12-21
Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;
Ingo Schwarze
2018-12-21
grammar and style fixes from wesinator at github
Ingo Schwarze
2018-12-21
Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).
Ingo Schwarze
2018-12-21
Mention that some functions call BN_GENCB_call(3) with a second
Ingo Schwarze
2018-12-19
Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).
Ingo Schwarze
2018-12-19
Specify the return values of some of these functions more precisely;
Ingo Schwarze
2018-12-19
typo;
Ingo Schwarze
2018-12-16
Regenerate root CA list using updated format-pem.pl. Specifically this
Stuart Henderson
2018-12-16
Add a check that libressl is actually able to verify CA certs.
Stuart Henderson
2018-11-30
Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.
Jeremy Evans
2018-11-28
Correct lock initialisation for libcrypto.
Joel Sing
2018-11-25
spelling; from miod
Jason McIntyre
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
[next]