Dr. Stephen Henson
|
4f59b6587f
|
Implementation of pkey_rsa_verify. Some constification.
|
2006-04-10 01:06:17 +00:00 |
|
Dr. Stephen Henson
|
9befdf1d20
|
New utility function to reverse a buffer, either by copying or in-place.
|
2006-04-10 00:11:30 +00:00 |
|
Dr. Stephen Henson
|
75d44c0452
|
Store digests as EVP_MD instead of a NID.
Add digest size sanity checks.
|
2006-04-09 21:24:48 +00:00 |
|
Dr. Stephen Henson
|
a58a636838
|
Constification.
|
2006-04-09 20:53:19 +00:00 |
|
Dr. Stephen Henson
|
9fdab72dd7
|
Bugfix X9.31 padding.
|
2006-04-09 20:44:00 +00:00 |
|
Dr. Stephen Henson
|
b2a97be7f4
|
Support for digest signing and X931 in rsa_pkey_meth.
|
2006-04-09 19:17:25 +00:00 |
|
Dr. Stephen Henson
|
6471c9f478
|
Add checking to padding ctrl.
|
2006-04-09 12:53:55 +00:00 |
|
Dr. Stephen Henson
|
4a3dc3c0e3
|
Add RSA ctrl for padding mode, add ctrl support in pkeyutl.
|
2006-04-09 12:42:09 +00:00 |
|
Dr. Stephen Henson
|
a2318e86bd
|
Fix typo. Add EVP_PKEY_CTX control function for later use by command line
utilities.
|
2006-04-09 00:34:00 +00:00 |
|
Dr. Stephen Henson
|
a9164153d1
|
Reformat pkeyutl.c, add support for verify operation but nothing actually
supports it (yet).
|
2006-04-08 22:25:47 +00:00 |
|
Dr. Stephen Henson
|
8795d38906
|
Update dependencies.
|
2006-04-08 13:04:31 +00:00 |
|
Dr. Stephen Henson
|
8cd44e3630
|
Implement encrypt/decrypt using RSA.
|
2006-04-08 13:02:04 +00:00 |
|
Dr. Stephen Henson
|
07e970c7e6
|
Initial functions for RSA EVP_PKEY_METHOD.
Update dependencies.
|
2006-04-08 00:15:07 +00:00 |
|
Dr. Stephen Henson
|
d1aa0d38c5
|
If <operatio>_init function is zero interpret as noop.
|
2006-04-07 23:11:49 +00:00 |
|
Dr. Stephen Henson
|
9e4d0f0be2
|
New utility 'pkeyutl' a general purpose version of 'rsautl'.
|
2006-04-07 19:33:28 +00:00 |
|
Dr. Stephen Henson
|
cd7638980a
|
Include EVP_PKEY argument in EVP_PKEY_CTX_new(). This avoids the
need for a separate EVP_PKEY parameter in the other operation
initialization routines.
|
2006-04-07 17:28:56 +00:00 |
|
Dr. Stephen Henson
|
f733a5ef0e
|
Initial functions for main EVP_PKEY_METHOD operations.
No method implementations yet.
|
2006-04-07 16:42:09 +00:00 |
|
Dr. Stephen Henson
|
5da98aa687
|
Updated to EVP_PKEY_METHOD code... still doesn't do much.
|
2006-04-06 17:32:43 +00:00 |
|
Dr. Stephen Henson
|
0b6f3c66cd
|
Initial definitions and a few functions for EVP_PKEY_METHOD: an extension
of the EVP routines to public key algorithms.
|
2006-04-06 13:02:06 +00:00 |
|
Bodo Möller
|
a01d9ac558
|
Remove ECC extension information from external representation
of the session -- we don't really need it once the handshake
has completed.
|
2006-04-05 17:11:19 +00:00 |
|
Dr. Stephen Henson
|
e46691a0bc
|
New function to add dynamic alias.
|
2006-04-05 13:24:19 +00:00 |
|
Dr. Stephen Henson
|
732a40e107
|
Last arg to EVP_PKEY_assign() should be void *.
|
2006-04-05 13:04:02 +00:00 |
|
Dr. Stephen Henson
|
29da3ade3c
|
Rebuild mac table to avoid duplicates.
|
2006-04-05 12:09:09 +00:00 |
|
Dr. Stephen Henson
|
de908d6319
|
Typos in a few OID names.
|
2006-04-05 12:06:32 +00:00 |
|
Dr. Stephen Henson
|
9c9c98ad2e
|
Typo.
|
2006-04-05 12:00:22 +00:00 |
|
Dr. Stephen Henson
|
5e0e9fce5d
|
Minor object name edit.
|
2006-04-05 11:29:31 +00:00 |
|
Dr. Stephen Henson
|
53ec8809cf
|
Add an explicit load_config() call so any added algorithms are
visible.
|
2006-04-04 18:47:20 +00:00 |
|
Dr. Stephen Henson
|
863779065e
|
Fix dynamic public key method lookup.
|
2006-04-04 18:32:19 +00:00 |
|
Dr. Stephen Henson
|
0b33dac310
|
New function to retrieve ASN1 info on public key algorithms. New command
line option to print out info.
|
2006-04-04 18:16:03 +00:00 |
|
Dr. Stephen Henson
|
e2bce37720
|
Stop warning.
|
2006-04-04 18:11:49 +00:00 |
|
Dr. Stephen Henson
|
228b4e426b
|
Update and add last (?) set of GOST OIDs.
|
2006-04-04 15:53:21 +00:00 |
|
Bodo Möller
|
a4974de937
|
clarification
|
2006-04-03 14:11:23 +00:00 |
|
Bodo Möller
|
22f41c9b99
|
check length properly
Submitted by: Peter Sylvester
|
2006-04-03 13:57:56 +00:00 |
|
Bodo Möller
|
a123c552cd
|
simplify: use s2n macro
|
2006-04-03 13:07:18 +00:00 |
|
Bodo Möller
|
b2172f4f8e
|
Avoid hard-coded table length where we can use sizeof.
Submitted by: Peter Sylvester
Reviewed by: Bodo Moeller
|
2006-04-03 11:56:30 +00:00 |
|
Bodo Möller
|
dc1d1b6934
|
fix memory leak
Submitted by: Peter Sylvester
|
2006-04-03 11:49:18 +00:00 |
|
Richard Levitte
|
67475a7ed7
|
Change chop to chomp when reading lines, so CRLF is properly processed on
the operating systems where they are the normal line endings
|
2006-04-03 09:15:15 +00:00 |
|
Dr. Stephen Henson
|
362ab3e4f9
|
More GOST OIDs
|
2006-04-02 13:22:39 +00:00 |
|
Dr. Stephen Henson
|
2aed84d16b
|
Add GOST parameter set OIDs.
|
2006-04-02 03:01:27 +00:00 |
|
Dr. Stephen Henson
|
5deea1c015
|
Don't free up key in priv_decode.
|
2006-03-31 18:16:22 +00:00 |
|
Dr. Stephen Henson
|
99516f81b1
|
Initialize pval.
|
2006-03-31 18:11:54 +00:00 |
|
Richard Levitte
|
d6091d5a39
|
If we declare a function, like d2i_TS_MSG_IMPRINT_bio(), we'd better
*define* it too, or things like shared libraries might be a bit sad.
|
2006-03-31 12:25:24 +00:00 |
|
Dr. Stephen Henson
|
5a47825ece
|
Fix gost OIDs.
|
2006-03-31 10:57:32 +00:00 |
|
Richard Levitte
|
16f66ae794
|
Synchronise with recent changes
|
2006-03-30 04:30:45 +00:00 |
|
Richard Levitte
|
7ce1d9e9a6
|
The -config option flag needs to be in the SSLEAY_CONFIG value.
PR: 1300
|
2006-03-30 04:29:38 +00:00 |
|
Bodo Möller
|
a70183bc80
|
fix for hostname extension
Submitted by: Kaspar Brand, Peter Sylvester
|
2006-03-30 02:53:30 +00:00 |
|
Bodo Möller
|
332737217a
|
Implement Supported Elliptic Curves Extension.
Submitted by: Douglas Stebila
|
2006-03-30 02:44:56 +00:00 |
|
Bodo Möller
|
bcbe37b716
|
Change default curve (for compatibility with a
soon-to-be-widely-deployed implementation that doesn't support the
previous default)
Submitted by: Douglas Stebila
|
2006-03-30 02:41:30 +00:00 |
|
Bodo Möller
|
f393b7449d
|
Implement cipher-suite selection logic given Supported Point Formats Extension.
Submitted by: Douglas Stebila
|
2006-03-30 02:35:09 +00:00 |
|
Dr. Stephen Henson
|
531308d929
|
Fix typo.
|
2006-03-29 15:58:55 +00:00 |
|