Matt Caswell
|
38fc02a708
Update copyright year
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Richard Levitte
|
3e4b43b9e5
Following the license change, modify the boilerplates in crypto/x509/
|
6 years ago |
Todd Short
|
387e5ac856
Add support for RSA-PSS to X509_certificate_type()
|
6 years ago |
Matt Caswell
|
b0edda11cb
Update copyright year
|
6 years ago |
Matt Caswell
|
13735cfef6
Integrate X448 and Ed448 into libcrypto
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Dr. Stephen Henson
|
d2916a5b29
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
|
7 years ago |
Dr. Stephen Henson
|
d3c094ca71
Recognise Ed25519 in X509_certificate_type
|
7 years ago |
Dr. Stephen Henson
|
5ebd2fcbc7
Constify X509_certificate_type()
|
8 years ago |
Dr. Stephen Henson
|
8900f3e398
Convert X509* functions to use const getters
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Dr. Stephen Henson
|
3aeb934865
make EVP_PKEY opaque
|
8 years ago |
Dr. Stephen Henson
|
8382fd3a93
Use X509_get0_pubkey where appropriate
|
9 years ago |
Dmitry Belyavsky
|
e44380a990
Patch containing TLS implementation for GOST 2012
|
9 years ago |
Dr. Stephen Henson
|
a8d8e06b0a
Avoid direct X509 structure access
|
9 years ago |
Rich Salz
|
ade44dcb16
Remove Gost94 signature algorithm.
|
9 years ago |
Kurt Roeckx
|
ac38115c1a
Correctly check for export size limit
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
dbd87ffc21
indent has problems with comments that are on the right hand side of a line.
|
9 years ago |
Dr. Stephen Henson
|
66bb328e11
? crypto/aes/aes-armv4.S
|
13 years ago |
Dr. Stephen Henson
|
0e1dba934f
1. Changes for s_client.c to make it return non-zero exit code in case
|
17 years ago |
Richard Levitte
|
b727907ae8
1024 is the export key bits limit according to current regulations, not 512.
|
21 years ago |
Richard Levitte
|
f6b9cd7f82
We set the export flag for 512 *bit* keys, not 512 *byte* ones.
|
21 years ago |
Bodo Möller
|
eec7968f18
fix typo
|
21 years ago |
Bodo Möller
|
5488bb6197
get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)
|
22 years ago |
Bodo Möller
|
4d94ae00d5
ECDSA support
|
23 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |