History log of /openssl/ (Results 35801 – 35825 of 36077)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
79a474e806-Mar-1999 Dr. Stephen Henson

Add an extra 'raw' function r2i to the extension code. Nothing uses this yet and
it is just a place holder for functionality to be added later. Its been added
now so the X509V3_EXT_METHOD str

Add an extra 'raw' function r2i to the extension code. Nothing uses this yet and
it is just a place holder for functionality to be added later. Its been added
now so the X509V3_EXT_METHOD structure shouldn't (hopefully) have to change
after the release.

show more ...

924acc5405-Mar-1999 Dr. Stephen Henson

Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, the
detached data encoding was wrong and free up public keys.

d00b7aad05-Mar-1999 Dr. Stephen Henson

Workaround for a Win95 console bug triggered by the password read stuff.

9985bed304-Mar-1999 Dr. Stephen Henson

Deleted my str_dup() function from X509V3: the same functionality is provided
by BUF_MEM_strdup(). Added text documentation to the BUF_MEM stuff.

789285aa04-Mar-1999 Ralf S. Engelschall

Added the new `Includes OpenSSL Cryptography Software' button as
doc/openssl_button.{gif,html} which is similar in style to the old SSLeay
button and can be used by applications based on Open

Added the new `Includes OpenSSL Cryptography Software' button as
doc/openssl_button.{gif,html} which is similar in style to the old SSLeay
button and can be used by applications based on OpenSSL to show the
relationship to the OpenSSL project.

PS: This beast caused me three hours to create, because
of the size I had to hand-paint the 7pt fonts in Photoshop.

show more ...

a06c602e04-Mar-1999 Ralf S. Engelschall

Remove confusing variables in function signatures in files
ssl/ssl_lib.c and ssl/ssl.h. At least the double ctx-variable
confused some compilers.

Submitted by: Lennart Bong <lob@kult

Remove confusing variables in function signatures in files
ssl/ssl_lib.c and ssl/ssl.h. At least the double ctx-variable
confused some compilers.

Submitted by: Lennart Bong <lob@kulthea.stacken.kth.se>
Reviewed by: Ralf S. Engelschall

show more ...

8d697db104-Mar-1999 Ralf S. Engelschall

Don't install bss_file.c under PREFIX/include/. It was introduced by Eric
between SSLeay 0.8 and 0.9 and just looks useless and confusing.

Pointed out by: Lennart Bong <lob@kulthea.stac

Don't install bss_file.c under PREFIX/include/. It was introduced by Eric
between SSLeay 0.8 and 0.9 and just looks useless and confusing.

Pointed out by: Lennart Bong <lob@kulthea.stacken.kth.se>
Submitted by: Ralf S. Engelschall

show more ...

06c6849103-Mar-1999 Dr. Stephen Henson

Fix the Win32 compile environment and add various changes so it will now compile
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 c

Fix the Win32 compile environment and add various changes so it will now compile
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 compile.

show more ...

726bae3f28-Feb-1999 Ben Laurie

Supper's cooking.

eb90a48328-Feb-1999 Ben Laurie

Add functions to add certs to stacks, used for CA file/path stuff in servers.

49bc262428-Feb-1999 Ben Laurie

More truth in declarations.

b4f10a7e28-Feb-1999 Ben Laurie

doxygen configuration file.

4f43d0e728-Feb-1999 Ben Laurie

Experiment with doxygen documentation.

1efa9c3327-Feb-1999 Ben Laurie

Update dependencies.

74d7abc227-Feb-1999 Ralf S. Engelschall

Get rid of remaining C++-style comments which strict C compilers hate.
(Pointed out by Carlos Amengual).

c707fb2726-Feb-1999 Ralf S. Engelschall

Ops, the logic of the second argument has to be coupled with the != test to
work correctly for the SSL_CTX_xxx situations, too. Now "make test" passes
again fine.

aa2b6baf26-Feb-1999 Ralf S. Engelschall

Use consistent and existing addresses

7283ecea26-Feb-1999 Dr. Stephen Henson

BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. For
now change it to BN_RECURSION_MONT so it isn't compiled in.

7540485725-Feb-1999 Ben Laurie

Perhaps if I do a tiny bit of docco, others may follow?

090db4f425-Feb-1999 Ralf S. Engelschall

Remember one more wish from the users

15d21c2d25-Feb-1999 Ralf S. Engelschall

Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH
private keys and/or callback functions which directly correspond to their
SSL_CTX_xxx() counterparts but work on a

Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH
private keys and/or callback functions which directly correspond to their
SSL_CTX_xxx() counterparts but work on a per-connection basis. This is needed
for applications which have to configure certificates on a per-connection
basis (e.g. Apache+mod_ssl) instead of a per-context basis (e.g.
s_server).

For the RSA certificate situation is makes no difference, but for the DSA
certificate situation this fixes the "no shared cipher" problem where the
OpenSSL cipher selection procedure failed because the temporary keys were not
overtaken from the context and the API provided no way to reconfigure them.

The new functions now let applications reconfigure the stuff and they are in
detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback. Additionally a new
non-public-API function ssl_cert_instantiate() is used as a helper function
and also to reduce code redundancy inside ssl_rsa.c.

Submitted by: Ralf S. Engelschall
Reviewed by: Ben Laurie

show more ...

ea14a91f25-Feb-1999 Ralf S. Engelschall

Move s_server -dcert and -dkey options out of the undocumented feature area
because they are useful for the DSA situation and should be recognized by the
users. Thanks to Steve for the origin

Move s_server -dcert and -dkey options out of the undocumented feature area
because they are useful for the DSA situation and should be recognized by the
users. Thanks to Steve for the original hint.

show more ...

4b8f2ce625-Feb-1999 Ralf S. Engelschall

Typo

90a52cec25-Feb-1999 Ralf S. Engelschall

Fix the cipher decision scheme for export ciphers: the export bits are *not*
within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within SSL_EXP_MASK. So, the
original variable has to be used ins

Fix the cipher decision scheme for export ciphers: the export bits are *not*
within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within SSL_EXP_MASK. So, the
original variable has to be used instead of the already masked variable.

Submitted by: Richard Levitte <levitte@stacken.kth.se>
Reviewed by: Ralf S. Engelschall

show more ...

def9f43125-Feb-1999 Ralf S. Engelschall

Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.c

Submitted by: Richard Levitte <levitte@stacken.kth.se>
Reviewed by: Ralf S. Engelschall

1...<<1431143214331434143514361437143814391440>>...1444