index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_pkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-1
/
+0
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-2
/
+2
*
Constify some ASN1_OBJECT *obj input parameters
FdaSilvaYY
2016-08-04
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Make PKCS8_PRIV_KEY_INFO opaque.
Dr. Stephen Henson
2016-03-07
1
-37
/
+9
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-0
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+2
*
Move some ASN.1 internals to asn1_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-124
/
+111
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
1
-23
/
+15
*
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
Dr. Stephen Henson
2006-03-22
1
-9
/
+3
*
Gather printing routines into EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
2006-03-22
1
-6
/
+0
*
VMS doesn't support includes of paths very well.
Richard Levitte
2006-03-22
1
-0
/
+4
*
Initial support for pluggable public key ASN1 support. Process most public
Dr. Stephen Henson
2006-03-20
1
-584
/
+52
*
remove unnecessary code
Nils Larsch
2006-03-18
1
-5
/
+1
*
make
Nils Larsch
2005-07-16
1
-0
/
+4
*
ecc api cleanup; summary:
Nils Larsch
2005-05-16
1
-27
/
+44
*
Make -CSP option work again in pkcs12 utility by checking for
Dr. Stephen Henson
2005-05-15
1
-0
/
+62
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-38
/
+38
*
give EC_GROUP_new_by_nid a more meanigful name:
Nils Larsch
2005-05-10
1
-1
/
+1
*
give EC_GROUP_*_nid functions a more meaningful name
Nils Larsch
2005-05-09
1
-1
/
+1
*
some const fixes and cleanup
Nils Larsch
2005-04-05
1
-2
/
+0
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-2
/
+2
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-34
/
+90
*
Deprecate the recursive includes of bn.h from various API headers (asn1.h,
Geoff Thorpe
2004-05-17
1
-0
/
+1
*
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2004-04-19
1
-0
/
+2
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-2
/
+2
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-1
/
+1
*
Nils Larsch told me I could remove that variable entirely.
Richard Levitte
2003-06-26
1
-3
/
+0
*
"Remove" unused variable
Richard Levitte
2003-06-26
1
-0
/
+2
*
implement PKCS #8 / SEC1 private key format for ECC
Bodo Möller
2003-06-25
1
-41
/
+67
*
'broken' PKCS #8 format does not apply to ECDSA
Bodo Möller
2002-10-28
1
-287
/
+201
*
get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)
Bodo Möller
2002-08-12
1
-7
/
+7
*
use a generic EC_KEY structure (EC keys are not ECDSA specific)
Bodo Möller
2002-08-07
1
-69
/
+77
*
fix ECDSA handling
Bodo Möller
2002-04-09
1
-2
/
+2
*
Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.
Bodo Möller
2002-03-14
1
-4
/
+6
*
ECDSA support
Bodo Möller
2002-02-13
1
-60
/
+351
*
When RSA or DSA are disabled, do not include the stuff that's specific
Richard Levitte
2002-01-02
1
-0
/
+4
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-7
/
+7
*
Constify DSA-related code.
Richard Levitte
2000-11-07
1
-2
/
+2
*
Constify the RSA library.
Richard Levitte
2000-11-06
1
-1
/
+3
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Typesafe Thought Police part 4.
Ben Laurie
2000-05-17
1
-22
/
+23
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-6
/
+6
*
Fix the PKCS#8 DSA code so it works again. All the
Dr. Stephen Henson
2000-03-07
1
-3
/
+11
*
Add support for some broken PKCS#8 formats.
Dr. Stephen Henson
2000-02-05
1
-80
/
+181
[next]