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
/
ec
/
ec_ameth.c
Age
Commit message (
Expand
)
Author
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-07-15
recommit label indentation part of the backout; clearly unrelated to the
Theo Buehler
2018-07-15
back out ecc constant time changes
Jonathan Gray
2018-07-10
Indent labels by a space so they don't obliterate function names in diffs.
Theo Buehler
2018-05-01
Convert a handful of X509_*() functions to take const as in OpenSSL.
Theo Buehler
2018-03-12
Fix for processing of EC public key
Kinichiro Inoguchi
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-10-19
unifdef OPENSSL_NO_CMS
Joel Sing
2015-02-11
Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.
Bob Beck
2015-02-11
get rid of OPENSSL_NO_CMS code we do not use.
Bob Beck
2014-10-07
EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don't
Miod Vallat
2014-07-13
Fix memory leak.
Loganaden Velvindron
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-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-07
malloc() result does not need a cast.
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-05-06
knf approximation
Ted Unangst
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-20
return after error instead of plowing ahead. noticed by mancha1 at zoho
Ted Unangst
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