Richard Levitte
345d8d572c
Recent changes from 0.9.6-stable
2003-04-10 20:12:24 +00:00
Richard Levitte
966eac3dbd
new NEWS
2003-04-10 19:37:38 +00:00
Richard Levitte
a4348a3cd1
Recent changes from 0.9.6-stable.
2003-04-10 06:45:17 +00:00
Richard Levitte
b841fc03e7
Recent changes from 0.9.6-stable.
2003-04-08 11:19:05 +00:00
Richard Levitte
53fd7688ee
Adapt method retrieval to the engine variant.
2003-04-08 06:32:48 +00:00
Richard Levitte
5949e8e1dd
Recent changes from 0.9.6-stable.
2003-04-02 11:21:31 +00:00
Richard Levitte
c4157adf1e
Recent changes from 0.9.6-stable.
2003-03-27 20:06:29 +00:00
Richard Levitte
8aac6ad0f2
Recent changes from 0.9.6-stable.
2003-03-25 01:26:54 +00:00
Richard Levitte
4ff15ba5e9
[This should have been done long ago]
...
Update the version info to reflect that this branch has gone to
development of version 0.9.6j. Further development of this branch
would normally only contain security updates.
2003-03-25 01:13:36 +00:00
Richard Levitte
acc6c94a65
All kinds of changes from 0.9.6-stable.
...
Time to release 0.9.6i [engine].
The tag will be OpenSSL-engine-0_9_6i.
2003-02-19 12:45:18 +00:00
Richard Levitte
2e824f0444
All kinds of changes from 0.9.6-stable.
2003-02-19 12:32:21 +00:00
Richard Levitte
2b4a238b5b
Recent changes from 0.9.6-stable.
2002-12-28 02:01:45 +00:00
Richard Levitte
f0c5491e9e
Time to go on to 0.9.i [engine], even if it will never be released...
2002-12-06 00:45:21 +00:00
Richard Levitte
c086616c3e
make update
...
Time to release 0.9.6h [engine].
The tag will be OpenSSL-engine-0_9_6h.
2002-12-05 22:50:32 +00:00
Richard Levitte
f87ab7a42d
Recent changes from 0.9.6-stable
2002-12-05 02:05:20 +00:00
Richard Levitte
696335ab46
Recent changes from 0.9.6-stable
2002-12-05 01:18:41 +00:00
Richard Levitte
322f190a18
If an application supports static locks, it MUST support dynamic locks as
...
well to be able to use the CHIL engine.
PR: 281
2002-12-05 00:57:41 +00:00
Richard Levitte
c4a150c242
Supported REF_PRINT with specified reference counter
2002-12-05 00:56:41 +00:00
Richard Levitte
a3c5420b28
PR: 381
2002-12-05 00:14:08 +00:00
Richard Levitte
c99f9b8ff3
Recent changes from 0.9.6-stable
2002-12-03 23:23:11 +00:00
Richard Levitte
22b3a95d5c
Recent changes from 0.9.6-stable.
2002-12-02 03:01:52 +00:00
Richard Levitte
63e86149c1
Recent changes from 0.9.6-stable.
2002-11-28 12:26:05 +00:00
cvs2svn
ca8f05d093
This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-
...
0_9_6-stable'.
2002-11-27 12:24:08 +00:00
Richard Levitte
df29cc8f77
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
...
and linker optimizations.
PR: 343
2002-11-27 12:24:05 +00:00
Richard Levitte
ec7164133d
I forgot that @ in strings must be escaped in Perl
2002-11-26 15:27:05 +00:00
Richard Levitte
ba8ad07490
The logic in the main signing and verifying functions to check lengths was
...
incorrect. Fortunately, there is a second check that's correct, when adding
the pads.
PR: 355
2002-11-26 11:14:32 +00:00
Richard Levitte
17582ccf21
Heimdal isn't really supported right now. Say so, and offer a possibility
...
to force the use of Heimdal, and warn if that's used.
PR: 346
2002-11-26 10:11:58 +00:00
Richard Levitte
31be2daa06
Small bugfixes to the KSSL implementation.
...
PR: 349
2002-11-26 10:09:36 +00:00
Richard Levitte
de868e0b94
Heimdal isn't really supported right now. Say so, and offer a possibility
...
to force the use of Heimdal, and warn if that's used.
PR: 346
2002-11-26 09:19:17 +00:00
Bodo Möller
15994b034a
rename some functions to improve consistency
...
Submitted by: Sheueling Chang
2002-11-23 18:16:09 +00:00
Bodo Möller
922fa76e26
add a comment
2002-11-22 09:25:35 +00:00
Richard Levitte
19aa370573
Disable this module if OPENSSL_NO_SOCK is defined.
2002-11-22 08:45:20 +00:00
Richard Levitte
d020e701bb
Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
2002-11-22 08:40:34 +00:00
Richard Levitte
364ff369d1
Mention a current showstopper
2002-11-21 22:39:08 +00:00
Bodo Möller
8a09b3866a
avoid uninitialized memory read
...
Submitted by: Nils Larsch
2002-11-20 10:55:27 +00:00
Bodo Möller
137445140b
Make ec_GFp_simple_point_get_affine_coordinates() faster
...
for Montgomery representations.
Submitted by: Sheueling Chang, Bodo Moeller
2002-11-20 10:53:33 +00:00
Lutz Jänicke
6a8afe2201
Fix bug introduced by the attempt to fix client side external session
...
caching (#288 ): now internal caching failed (#351 ):
Make sure, that cipher_id is set before comparing.
Submitted by:
Reviewed by:
PR: 288 (and 351)
2002-11-20 10:48:58 +00:00
Bodo Möller
1e3a9b650f
allocate bio_err before memory debugging is enabled to avoid memory leaks
...
(we can't release it before the CRYPTO_mem_leaks() call!)
Submitted by: Nils Larsch
2002-11-19 11:56:05 +00:00
Richard Levitte
229dc0ee31
It works on my laptop :-).
2002-11-19 11:52:24 +00:00
Richard Levitte
fcc764639d
make update
2002-11-19 11:40:14 +00:00
Richard Levitte
821385ad00
Fix an unsigned/signed mismatch.
2002-11-19 11:28:28 +00:00
Richard Levitte
b0fc31b390
Recent changes from 0.9.6-stable.
2002-11-19 10:23:29 +00:00
Richard Levitte
25ff76d565
Update STATUS
2002-11-19 09:34:34 +00:00
Richard Levitte
9801fb61d0
Add news items for 0.9.6h and expand on the 0.9.7 news as well.
2002-11-18 23:58:24 +00:00
Richard Levitte
20199ca809
Document the addition of certificate pairs.
2002-11-18 23:56:15 +00:00
Richard Levitte
711f1a3c26
Add the ASN.1 structures and functions for CertificatePair, which is
...
defined as follows (according to X.509_4thEditionDraftV6.pdf):
CertificatePair ::= SEQUENCE {
forward [0] Certificate OPTIONAL,
reverse [1] Certificate OPTIONAL,
-- at least one of the pair shall be present -- }
The only thing I'm not sure about is if it's implicit or explicit tags
that I should count on. For now, I'm thinking explicit, but will
gladly stand corrected.
Also implement the PEM functions to read and write certificate pairs,
and defined the PEM tag as "CERTIFICATE PAIR".
This needed to be defined, mostly for the sake of the LDAP attribute
crossCertificatePair, but may prove useful elsewhere as well.
2002-11-18 23:54:27 +00:00
Richard Levitte
a1d85309ee
Determine HZ exactly as in apps/speed.c.
2002-11-18 23:06:36 +00:00
Richard Levitte
450cee5c3a
Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).
2002-11-18 23:05:39 +00:00
Bodo Möller
a2dbcf3644
remove redundant functions
2002-11-18 14:37:35 +00:00
Bodo Möller
4663355496
use consistent order of function definitions
2002-11-18 14:33:39 +00:00