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
/
dh
/
dh_ameth.c
Age
Commit message (
Expand
)
Author
2023-04-17
Fix whitespace in DHparam_print_fp()
Theo Buehler
2023-04-17
Move DHparam_print_fp() next to DHparam_print()
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-10
Prepare to provide EVP_PKEY_{public,param}_check
Theo Buehler
2022-01-10
zap trailing whitespace
Theo Buehler
2022-01-07
Add an essentially empty dh_local.h and include it in the files where
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2020-01-04
Avoid leak in error path of dh_priv_decode
Kinichiro Inoguchi
2018-08-24
Add consts to EVP_PKEY_asn1_set_private()
Theo Buehler
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
Theo Buehler
2018-05-01
Convert a handful of X509_*() functions to take const as in OpenSSL.
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-01-08
Avoid a double-free in an error path.
Doug Hogan
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-07-09
ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod
Ted Unangst
2014-07-09
KNF
Miod Vallat
2014-06-30
simplify and unobfuscate a variable to fix a mem leak.
Ted Unangst
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
more: no need to null check before free; ok guenther
Theo de Raadt
2014-05-30
more: no need for null check before free
Theo de Raadt
2014-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
Miod Vallat
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2010-10-01
import OpenSSL-1.0.0a
Damien Miller