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
/
evp
/
evp_pkey.c
Age
Commit message (
Expand
)
Author
2024-08-31
Remove EVP_PKEY.*attr* API
Theo Buehler
2024-08-22
Neuter EVP_PKEY_add1_attr_by_NID()
Theo Buehler
2024-07-14
Rewrite EVP_PKEY_add1_attr_by_NID()
Theo Buehler
2024-07-14
Disable most EVP_PKEY_*attr* API
Theo Buehler
2024-04-09
Hide public symbols in x509.h
Bob Beck
2023-07-07
Unbreak the namespace build after a broken mk.conf and tool misfire had
Bob Beck
2023-07-07
Hide symbols in hkdf, evp, err, ecdsa, and ec
Bob Beck
2022-11-26
Make internal header file names consistent
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2018-08-24
Add const to EVP_PKCS82PKEY().
Theo Buehler
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
Theo Buehler
2018-08-24
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
Theo Buehler
2018-05-13
Add a const qualifier to the ASN1_OBJECT * argument of the following:
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2014-10-18
None of these need to include <openssl/rand.h>
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-08
KNF.
Joel Sing
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-17
Do not feed RSA private key information to the random subsystem as
Theo de Raadt
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2005-04-29
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2003-04-03
str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok
Hakan Olsson
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-04-15
OpenSSL 0.9.5a merge
Bob Beck
2000-03-19
OpenSSL 0.9.5 merge
Bob Beck
1999-09-29
import openssl-0.9.7-beta1
Bob Beck