Lutz Jänicke
|
af9675e75a
|
ERR_file_name is no longer being used.
|
2002-04-22 13:54:50 +00:00 |
|
Richard Levitte
|
45932ad508
|
The callback must have (void) as argument list.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:22:42 +00:00 |
|
Richard Levitte
|
ce94682ce1
|
No point constifying an int.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:22:01 +00:00 |
|
Richard Levitte
|
2d7ab7e9ea
|
Do not free p if it hasn't been used yet.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
|
2002-04-20 10:19:20 +00:00 |
|
Lutz Jänicke
|
d5d007abe3
|
Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).
|
2002-04-18 11:54:06 +00:00 |
|
Lutz Jänicke
|
365c6e4661
|
Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).
Submitted by:
Reviewed by:
PR:
|
2002-04-18 11:53:35 +00:00 |
|
Bodo Möller
|
dde3e83129
|
'version' is not optional in the encoding
Submitted by: Nils Larsch
|
2002-04-17 11:35:52 +00:00 |
|
Bodo Möller
|
8f182fdc69
|
'version' is not optional in the encoding
Submitted by: Nils Larsch
|
2002-04-17 11:31:20 +00:00 |
|
Lutz Jänicke
|
ea7fc0311c
|
Use the "mail" short name according to RFC2798 (Michael Bell
<michael.bell@rz.hu-berlin.de>).
|
2002-04-15 13:30:41 +00:00 |
|
Lutz Jänicke
|
e9caaa4ad9
|
Use the "mail" short name according to RFC2798 (Michael Bell
<michael.bell@rz.hu-berlin.de>).
Submitted by:
Reviewed by:
PR:
|
2002-04-15 13:28:53 +00:00 |
|
Lutz Jänicke
|
30911232c1
|
Some more OID enhancements.
|
2002-04-15 10:41:38 +00:00 |
|
Lutz Jänicke
|
a6198b9ed1
|
Some more OID enhancements.
Submitted by:
Reviewed by:
PR:
|
2002-04-15 10:38:37 +00:00 |
|
Lutz Jänicke
|
2940a1298e
|
Fix CRLF problem in BASE64 decode.
|
2002-04-15 09:55:40 +00:00 |
|
Lutz Jänicke
|
a7be294ed7
|
Fix CRLF problem in BASE64 decode.
Submitted by:
Reviewed by:
PR:
|
2002-04-15 09:53:47 +00:00 |
|
Bodo Möller
|
617f461c9d
|
remove disabled code
|
2002-04-14 13:28:41 +00:00 |
|
Bodo Möller
|
f916052eab
|
remove disabled code
|
2002-04-14 13:28:17 +00:00 |
|
Bodo Möller
|
b975183c41
|
ECDSA representation bugfixes
Submitted by: Nils Larsch
|
2002-04-12 08:57:01 +00:00 |
|
Richard Levitte
|
7b907f0bb5
|
Check error code from a2d_ASN1_OBJECT().
|
2002-04-11 22:14:10 +00:00 |
|
Richard Levitte
|
083100e2ab
|
Check error code from a2d_ASN1_OBJECT().
|
2002-04-11 22:13:58 +00:00 |
|
Richard Levitte
|
9dfcad117c
|
Change the date to XX xxx XXXX in development versions.
|
2002-04-11 21:53:57 +00:00 |
|
Richard Levitte
|
241d2ba1da
|
Change the date to XX xxx XXXX in development versions.
|
2002-04-11 21:51:40 +00:00 |
|
Bodo Möller
|
d0561b5c2d
|
fix ECDSA handling
Submitted by: Nils Larsch
|
2002-04-09 12:01:21 +00:00 |
|
Lutz Jänicke
|
0ae1661ba2
|
Apply OID fixes for elliptic curves as supplied by
Nils Larsch <nlarsch@compuserve.de>.
|
2002-04-08 15:49:53 +00:00 |
|
Richard Levitte
|
a18894d159
|
make update (libeay.num has been edited to match 0.9.7-stable)
|
2002-04-06 19:16:12 +00:00 |
|
Richard Levitte
|
248252682c
|
make update
|
2002-04-06 19:15:27 +00:00 |
|
Lutz Jänicke
|
ce34d0ac09
|
Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).
Submitted by:
Reviewed by:
PR:
|
2002-04-04 17:49:39 +00:00 |
|
Lutz Jänicke
|
4825092bbe
|
Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).
|
2002-04-04 17:48:37 +00:00 |
|
Richard Levitte
|
4e9dd6b0f5
|
Forgot one of the casts
|
2002-04-03 15:02:00 +00:00 |
|
Richard Levitte
|
bbd79bdf03
|
Forgot one of the casts
|
2002-04-03 15:01:28 +00:00 |
|
Richard Levitte
|
b6ccbffe2b
|
Cast the pointers to the BIGNUM data to unsigned long *. This would be
harmful if we didn't also pass the exact number of bytes of that data
|
2002-04-03 14:47:50 +00:00 |
|
Richard Levitte
|
a096e9b719
|
Cast the pointers to the BIGNUM data to unsigned long *. This would be
harmful if we didn't also pass the exact number of bytes of that data
|
2002-04-03 14:47:38 +00:00 |
|
Richard Levitte
|
ddab25a90d
|
Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.
Furthermore, make SO_MAXCONN the first choice, since that's the standard
(as far as I know).
|
2002-03-29 23:48:55 +00:00 |
|
Richard Levitte
|
1aecc34e9e
|
Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.
Furthermore, make SO_MAXCONN the first choice, since that's the standard
(as far as I know).
|
2002-03-29 23:48:43 +00:00 |
|
Lutz Jänicke
|
ffbe98b763
|
Make short names of objects RFC2256-compliant.
|
2002-03-26 17:18:48 +00:00 |
|
Lutz Jänicke
|
75b9c0044c
|
Make short names of objects RFC2256-compliant.
Submitted by:
Reviewed by:
PR:
|
2002-03-26 17:15:32 +00:00 |
|
Richard Levitte
|
d7a9bb0a2a
|
A forgotten file
|
2002-03-26 16:42:38 +00:00 |
|
Richard Levitte
|
0d81c69b8e
|
Add the possibility to enable olde des support, not just disable it, for future support. Redocument
|
2002-03-26 14:28:04 +00:00 |
|
Richard Levitte
|
600b77a93f
|
Add the possibility to enable olde des support, not just disable it, for future support. Redocument
|
2002-03-26 14:26:08 +00:00 |
|
Richard Levitte
|
401cd0af0f
|
Add the mapping of des_random_seed() for 0.9.6 compatibility.
Make sure DES_cblock is defined at all times (meaning one shouldn't include
openssl/des_old.h directly any more).
|
2002-03-26 13:59:22 +00:00 |
|
Richard Levitte
|
39335c356b
|
Add the mapping of des_random_seed() for 0.9.6 compatibility.
Make sure DES_cblock is defined at all times (meaning one shouldn't include
openssl/des_old.h directly any more).
|
2002-03-26 13:58:30 +00:00 |
|
Richard Levitte
|
c7b41e67f0
|
Correct the mapping for des_read_pw()
|
2002-03-26 13:54:15 +00:00 |
|
Richard Levitte
|
a3c62bb737
|
Correct the mapping for des_read_pw()
|
2002-03-26 13:54:04 +00:00 |
|
Richard Levitte
|
003144a8e8
|
Make the change to strong keys in the string to key(s) functions experimental in the main trunk as well
|
2002-03-26 12:44:35 +00:00 |
|
Bodo Möller
|
af1cb47e65
|
fix warnings
Submitted by: Nils Larsch
|
2002-03-25 23:41:32 +00:00 |
|
Bodo Möller
|
e8e7fbdb16
|
fix memory leak
Submitted by: Nils Larsch
|
2002-03-25 23:18:11 +00:00 |
|
Bodo Möller
|
2f6263a696
|
fix memory leak
Submitted by: Nils Larsch
|
2002-03-25 23:17:35 +00:00 |
|
Bodo Möller
|
d5c21afd4b
|
add missing declaration
Submitted by: Nils Larsch
|
2002-03-25 23:15:21 +00:00 |
|
Bodo Möller
|
35748f40d6
|
add missing declaration
Submitted by: Nils Larsch
|
2002-03-25 23:14:50 +00:00 |
|
Bodo Möller
|
9e7733a743
|
fix conditational compilation for OPENSSL_NO_...
|
2002-03-22 11:02:45 +00:00 |
|
Bodo Möller
|
85b7b80434
|
fix conditational compilation for OPENSSL_NO_...
|
2002-03-22 11:02:13 +00:00 |
|