- 17 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
0.9.7-stable.
-
- 16 12月, 2002 3 次提交
-
-
由 Richard Levitte 提交于
PR: 373
-
由 Richard Levitte 提交于
-
由 Andy Polyakov 提交于
-
- 15 12月, 2002 11 次提交
-
-
由 Andy Polyakov 提交于
is not expanded if prepended with a $-sign.
-
由 Richard Levitte 提交于
insensitive file names, as well as those that do not have symlinks. Incidently, both these cases apply on DOS/Windows...
-
由 Richard Levitte 提交于
- define a HERE variable to indicate where the source tree is (used very little right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Don't define macros in terms of asm() when __STRICT_ANSI is defined.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
the one to be used to denote local labels in single function scope. Problem is that SHA uses same label set across functions, therefore I have to switch back to $ prefix.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 14 12月, 2002 2 次提交
-
-
由 Geoff Thorpe 提交于
warnings. Reported by: Bernhard Simon.
-
由 Andy Polyakov 提交于
shared libraries shared.
-
- 13 12月, 2002 6 次提交
-
-
由 Richard Levitte 提交于
callbacks
-
由 Richard Levitte 提交于
BIO_s_bio.pod. The most logical is to move everything needed from BIO_new_bio_pair.pod to BIO_s_bio.pod (including the nice example) and toss BIO_new_bio_pair.pod. I hope I got all the info over properly. PR: 370
-
由 Richard Levitte 提交于
since it's both enumerated and explained in BIO_s_connect.pod. PR: 370
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
PR: 353
-
由 Richard Levitte 提交于
engine work properly even in bad situations.
-
- 12 12月, 2002 1 次提交
-
-
由 Geoff Thorpe 提交于
configured with zlib support).
-
- 11 12月, 2002 7 次提交
-
-
由 Richard Levitte 提交于
callbacks) before attempting to lock.
-
由 Richard Levitte 提交于
pushed item. The index is the number of items - 1. And if a NULL item was found, actually use it. Finally, provide a little bit of safety in CRYPTO_lock() by asserting the a requested dynamic lock really must exist, instead of just being silent about it
-
由 Richard Levitte 提交于
were defined.
-
由 Richard Levitte 提交于
were defined.
-
由 Richard Levitte 提交于
(before SSLeay, maybe?), it's better to have that macro protect the compatibility header des_old.h. In the new des.h, let's use a slightly different protecting macro. The rationale is that there are application that might include (via other header files, perhaps) both an old libdes des.h and OpenSSL's des.h. Whichever comes first would overshadow the other because of the clash in protecting macro. This fix solves that problem.
-
由 Geoff Thorpe 提交于
(Noticed by Nils Larsch)
-
由 Lutz Jänicke 提交于
Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at> Reviewed by: PR:
-
- 10 12月, 2002 4 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-
由 Richard Levitte 提交于
PR: 393
-
- 09 12月, 2002 5 次提交
-
-
由 Andy Polyakov 提交于
-
由 Lutz Jänicke 提交于
Submitted by: assar@kth.se Reviewed by: PR: 390
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
users the option of disabling deprecated functions, which should of course be reflected in libeay.num and .def files. Quite nice, actually.
-
由 Geoff Thorpe 提交于
- a patch to fix a memory leak in rsa_gen.c - a note about compiler warnings with unions - a note about improving structure element names This applies his patch and implements a solution to the notes.
-