Bodo Möller
743e7be913
Add missing dependencies.
2000-03-02 19:30:41 +00:00
Bodo Möller
5eb8ca4d92
Use RAND_METHOD for implementing RAND_status.
2000-03-02 14:34:58 +00:00
Bodo Möller
2d092edf5e
Change comment.
2000-03-02 14:34:08 +00:00
Richard Levitte
5ee0d9c4a3
Hack b_print.c to implement asprintf() functionality. Not enabled by
...
default yet, I wanna play with it a bit more.
For those who don't know: asprintf() is an allocating sprintf. The
first argument to it is a double indirection to char instead of a
single.
2000-03-02 07:50:02 +00:00
Richard Levitte
84339237d1
Make bss_log.c a bit more readable, and implement it for VMS as well.
2000-03-02 07:45:31 +00:00
Richard Levitte
0056ef5d01
It started with finding a misplaced #endif. Then I wanted to see the
...
structure better. I hope noone minds, and that it still works. Steve?
2000-03-02 07:42:48 +00:00
Richard Levitte
41b8994e99
I'm experimenting with a hack in dopr() and friends b_printf.c to make
...
it work like asprintf().
2000-03-02 07:38:45 +00:00
Dr. Stephen Henson
582e592924
Fix bug which would free up a public key
...
twice if the verify callback tried to
continue after a signature failure.
2000-03-02 00:37:53 +00:00
Ulf Möller
8782a42627
add comment.
2000-03-01 19:08:47 +00:00
Ulf Möller
0b8fa44ef0
Bug fix.
2000-03-01 19:08:27 +00:00
Ulf Möller
7a2dfc2a20
Note bug fix for the DSA infinite loop
2000-03-01 19:07:58 +00:00
Ulf Möller
99a97051d4
pseudo-seed for the PRNG before testing DSA
2000-03-01 17:42:06 +00:00
Ulf Möller
410243f197
add RAND_status() to title
2000-03-01 17:08:27 +00:00
Ulf Möller
24282b87f1
change info text (as on the web site)
2000-03-01 17:05:14 +00:00
Bodo Möller
afbd0746cf
'rand'/'-rand' documentation.
2000-03-01 11:45:53 +00:00
Bodo Möller
55f7d65db0
Document the 'rand' application.
2000-03-01 07:57:25 +00:00
Ulf Möller
f1a617edc9
check for WIN32 (needed by Mingw32)
2000-03-01 01:46:34 +00:00
Ulf Möller
47722fe636
Keep the references to other INSTALL files short. These are the Unix
...
instructions.
2000-03-01 00:40:26 +00:00
Bodo Möller
27b782732f
'rand' application for creating pseudo-random files.
2000-02-29 23:47:01 +00:00
Bodo Möller
19c057da2e
Check BN_rand return value.
...
"make update".
2000-02-29 22:37:27 +00:00
Bodo Möller
2c51f2d909
Point to INSTALL.MacOS for MacOS pre X.
2000-02-29 19:07:39 +00:00
Ulf Möller
dd8ec7cc69
some people can't read :)
2000-02-29 19:00:48 +00:00
Ulf Möller
569be0710b
change wording
2000-02-29 17:18:24 +00:00
Ulf Möller
0816bc220b
how to recognize assembler problems
2000-02-29 15:33:35 +00:00
Ralf S. Engelschall
010712ff23
Added configuration support for Linux/IA64
...
Submitted by: Rolf Haberrecker <rolf@suse.de>
2000-02-29 15:29:02 +00:00
Andy Polyakov
0ea3465576
MacOS pseudo-random entropy collector.
...
Submitted by: Yoram Meroz <yoram@mail.idrive.com>
Reviewed by: <appro>
2000-02-29 15:18:46 +00:00
Ulf Möller
96723a3a68
Bug fix.
...
Pointed out by: Gisle Vanem <gvanem@eunet.no>
2000-02-29 14:47:29 +00:00
Richard Levitte
e33f347ac6
Forgot to check correctly for the new options
2000-02-28 23:54:20 +00:00
Ulf Möller
fee2dc8ec9
Mingw32 can now use assembler.
2000-02-28 21:04:10 +00:00
Ulf Möller
e64dceab74
Switch for turning on the predictable "random" number generator.
2000-02-28 20:19:39 +00:00
Ulf Möller
c9e1fe33be
Fix for non-monolithic build.
...
Submitted by: Andrew Gray <agray@iconsinc.com>
2000-02-28 20:16:06 +00:00
Ulf Möller
2da0c11926
Support assembler for Mingw32.
2000-02-28 19:16:41 +00:00
Ulf Möller
a4709b3d88
Shared library support for Solaris and HPUX
...
by Lutz Behnke and by Lutz Jaenicke.
Hopefully we'll have a unified way of handling shared libraries when
we move to autoconf...
2000-02-28 19:14:46 +00:00
Bodo Möller
865874f2dd
Switch to 0.9.6, and finally remove the annoying message
...
about renamed header files.
2000-02-28 18:03:16 +00:00
Dr. Stephen Henson
82b931860a
Ouch! PKCS7_encrypt() was heading MIME text headers twice
...
because it added them manually and as part of SMIME_crlf_copy().
Removed the manual add.
2000-02-28 14:11:19 +00:00
Richard Levitte
11750113c6
Tagging has been done, time to switch to 0.9.6-dev.
2000-02-28 12:11:39 +00:00
Richard Levitte
74cdf6f73a
Time for a release
2000-02-28 11:59:02 +00:00
Richard Levitte
8e8125c57c
A few more tests were reported.
2000-02-28 11:32:42 +00:00
Richard Levitte
42a9af38e7
Typo corrected.
2000-02-28 11:30:31 +00:00
Richard Levitte
1b7aee1d4e
Short is always promoted to int when passed as a function argument.
...
This is especially true when it's part of a '...'.
2000-02-27 23:17:18 +00:00
Richard Levitte
4ba48ec4d0
Include rand.h so RAND_pseudo_bytes may be declared.
...
Remove one ampersand so the compiler may complain less.
Make rand() static so it will not conflict with the C RTL.
Make bug() static too, for good measure.
2000-02-27 22:57:53 +00:00
Richard Levitte
c257cce913
More platforms passed the test.
2000-02-27 20:14:03 +00:00
Andy Polyakov
88b04f03cf
More tests passed.
2000-02-27 19:58:16 +00:00
Ulf Möller
b546cff875
works on solaris
2000-02-27 19:24:57 +00:00
Richard Levitte
4cdd275f63
Update the OpenVMS/VAX status
2000-02-27 19:06:27 +00:00
Andy Polyakov
6eec83bcf9
IRIX6* tests passed.
2000-02-27 18:55:01 +00:00
Andy Polyakov
facf472744
MacOS tidbits. Add new files to the project, update config.
2000-02-27 18:50:10 +00:00
Ulf Möller
3aefe30469
corrections
2000-02-27 18:35:29 +00:00
Richard Levitte
c7fea63467
Works with gcc 2.8.0 as well.
2000-02-27 17:56:54 +00:00
Richard Levitte
4cce82446c
No, the VAX is not a 64 bit architecture.
2000-02-27 17:43:39 +00:00