History log of /openssl/apps/pkcs8.c (Results 76 – 90 of 90)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL-engine-0_9_6-beta2, OpenSSL-engine-0_9_6-beta1
# 26a3a48d 01-Jun-2000 Richard Levitte

There have been a number of complaints from a number of sources that names
like Malloc, Realloc and especially Free conflict with already existing names
on some operating systems or other pac

There have been a number of complaints from a number of sources that names
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.

show more ...


Revision tags: OpenSSL_0_9_5, OpenSSL_0_9_5a, OpenSSL_0_9_5a-beta2, OpenSSL_0_9_5a-beta1, OpenSSL_0_9_5beta2, OpenSSL_0_9_5beta1
# 4b426580 22-Feb-2000 Dr. Stephen Henson

Make pkcs8 work again.

Make EVP_CIPHER_type() return NID_undef if the cipher has no
ASN1 OID, modify code to handle this.


# a3fe382e 16-Feb-2000 Dr. Stephen Henson

Pass phrase reorganisation.


# 667ac4ec 11-Feb-2000 Ralf S. Engelschall

Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.


# f07fb9b2 08-Feb-2000 Dr. Stephen Henson

Add command line password options to the reamining utilities,
amend docs.


# 66430207 05-Feb-2000 Dr. Stephen Henson

Add support for some broken PKCS#8 formats.


# af57d843 04-Feb-2000 Dr. Stephen Henson

Rename SSLeay_add_all_algorithms() et al to
OpenSSL_add_all_algorithms(). Move these into
separate files so they work properly.


# 20432eae 01-Jan-2000 Dr. Stephen Henson

Fix some of the command line password stuff. New function
that can automatically determine the type of a DER encoded
"traditional" format private key and change some of the
d2i functions

Fix some of the command line password stuff. New function
that can automatically determine the type of a DER encoded
"traditional" format private key and change some of the
d2i functions to use it instead of requiring the application
to work out the key type.

show more ...


# 525f51f6 23-Dec-1999 Dr. Stephen Henson

Add PKCS#8 utility functions and add PBE options.


Revision tags: OpenSSL_0_9_4
# 8c197cc5 28-Jul-1999 Ulf Möller

VMS updates.
Submitted by: Richard Levitte <levitte@stacken.kth.se>


# 74678cc2 21-Jul-1999 Bodo Möller

Additional user data argument to pem_password_cb function type
and to lots of PEM_... functions.
Submitted by: Damien Miller <dmiller@ilogic.com.au>


# 8eb57af5 08-Jun-1999 Dr. Stephen Henson

Complete support for PKCS#5 v2.0. Still needs extensive testing.


# e7871ffa 05-Jun-1999 Dr. Stephen Henson

More PKCS#8 stuff. Support for unencrypted forms of private key.


# 3cbb7937 05-Jun-1999 Dr. Stephen Henson

Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outform
arguments to pkcs8 application.


# 600dec15 05-Jun-1999 Dr. Stephen Henson

Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more
options to handle encrypted and unencrypted forms and DER format input and
output.


1234