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-29
instead of calling abort() for 3 "must not use anymore" interfaces,
Theo de Raadt
2019-01-26
Recent discussions about abort() potentially leaving key material in
Theo de Raadt
2019-01-23
No need to include <bsd.prog.mk> here.
Theo Buehler
2019-01-22
bump minors after symbol addition
Theo Buehler
2019-01-22
Add missing symbols from the EC_KEY_METHOD port.
Theo Buehler
2019-01-22
add support for xchacha20 and xchacha20-poly1305
David Gwynne
2019-01-21
lenght -> length
Jonathan Gray
2019-01-20
Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.
Theo Buehler
2019-01-19
spelling;
Jason McIntyre
2019-01-19
In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) and
Ingo Schwarze
2019-01-19
bump minors after symbol addition
Theo Buehler
2019-01-19
provide EVP_ENCODE_CTX_{new,free}().
Theo Buehler
2019-01-19
$OpenBSD$
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
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
[next]