- 20 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
record-oriented fashion. That means that every write() will write a separate record, which will be read separately by the programs trying to read from it. This can be very confusing. The solution is to put a BIO filter in the way that will buffer text until a linefeed is reached, and then write everything a line at a time, so every record written will be an actual line, not chunks of lines and not (usually doesn't happen, but I've seen it once) several lines in one record. Voila, BIO_f_linebuffer() is born. Since we're so close to release time, I'm making this VMS-only for now, just to make sure no code is needlessly broken by this. After the release, this BIO method will be enabled on all other platforms as well.
-
- 04 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst.
-
- 23 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
applications. Also, have it and the certificate and key loading functions take a BIO argument for error output.
-
- 02 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
- 16 5月, 2000 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ulf Möller 提交于
-
- 08 3月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
files, unless it's all in unixly syntax. We can't guarantee that right now, so let's skip the whole test suit. There are other places (like the open()) where errors are detected anyway.
-
- 17 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 15 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
work for directory specifications (this will be reported as a bug to DEC^H^H^HCompaq). It could as well be removed for all others as well, since stat() and open() will return appropriate errors as well, but I leave that to someone else to decide.
-
- 11 2月, 2000 1 次提交
-
-
由 Ralf S. Engelschall 提交于
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
-
- 04 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 03 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add new -notext option to 'ca', -pubkey option to spkac. Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
-
- 25 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
more utilities.
-
- 01 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
pages.
-
- 11 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Update docs, change 'ca' to use the new callback parameter. Now moved key_callback into app.c because some other utilities will use it soon.
-
- 09 11月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 08 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32.
-
- 27 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add a bunch of functions to simplify the creation of X509_NAME structures. Change the X509_NAME_entry_add stuff in req/ca so it no longer uses X509_NAME_entry_count(): passing -1 has the same effect.
-
- 26 10月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
-
由 Bodo Möller 提交于
Submitted by: Lennart Bång, Bodo Möller
-
- 18 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 06 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Lennart Bang
-
- 04 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
on the command line for various utilities.
-
- 26 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
with some 0.9.4 changes.
-
- 22 7月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au>
-
- 21 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
seemed like a good idea at the time... several hours later it was rather obvious that these are used all over the place making the changes rather extensive.
-
- 11 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 08 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
a pain to read when using 4-space tabs.
-
- 30 5月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 13 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-
- 11 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 08 5月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
file name for 'ca' to come from the environment.
-
- 03 5月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 27 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-