History log of /openssl/crypto/pkcs12/p12_crpt.c (Results 26 – 36 of 36)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: rsaref, BEFORE_engine, OpenSSL_0_9_6-beta2, OpenSSL_0_9_6-beta1, OpenSSL_0_9_6, OpenSSL-engine-0_9_6, OpenSSL-engine-0_9_6-beta3, OpenSSL_0_9_6-beta3, OpenSSL-engine-0_9_6-beta2, OpenSSL-engine-0_9_6-beta1, 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
# 4f230524 17-Nov-1999 Ulf Möller

Missing #ifdef NO_DES


Revision tags: OpenSSL_0_9_4
# b7d135b3 10-Jun-1999 Dr. Stephen Henson

Two new functions to write out PKCS#8 private keys. Also fixes for some of
the the PBE code and a new constant PKCS5_DEFAULT_ITER for the default
iteration count if it is passed as zero.


# 97e4a932 07-Jun-1999 Dr. Stephen Henson

This is the main PKCS#5 v2.0 key generation function, it parses the ASN1
structure and decides what key to generate (if any). Not currently added to
the PBE algorithm list because it is large

This is the main PKCS#5 v2.0 key generation function, it parses the ASN1
structure and decides what key to generate (if any). Not currently added to
the PBE algorithm list because it is largely untested.

show more ...


# 2bd83ca1 06-Jun-1999 Dr. Stephen Henson

Change PBE handling a bit more: now the key and iv generator does calls
EVP_CipherInit() this because the IV wont be easily available when doing
PKCS#5 v2.0


# 69cbf468 06-Jun-1999 Dr. Stephen Henson

Rewrite PBE handling read to support PKCS#5 v2.0 and update the function
list for Win32.


Revision tags: OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1
# f5d7a031 27-Apr-1999 Ulf Möller

New Configure option no-<cipher> (rsa, idea, rc5, ...).


# ec577822 23-Apr-1999 Bodo Möller

Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:


# 61f5b6f3 23-Apr-1999 Ben Laurie

Work with -pedantic!


# 6b691a5c 19-Apr-1999 Ulf Möller

Change functions to ANSI C.


# ee0508d4 29-Mar-1999 Dr. Stephen Henson

Include pkcs12 program as part of openssl. This completes most of the PKCS#12
integration.


# 8d8c7266 28-Mar-1999 Dr. Stephen Henson

Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
them to the build environment.


12