History log of /openssl/ (Results 35776 – 35800 of 36460)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
224551f713-May-1999 Bodo Möller

Some tiny clean-ups related to the cert_st / sess_cert_st change.

b56bce4f13-May-1999 Bodo Möller

New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
While modifying the sources, I found some inconsistencies on the use of
s->cert vs. s->session->sess_cert; I don't know i

New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
While modifying the sources, I found some inconsistencies on the use of
s->cert vs. s->session->sess_cert; I don't know if those could
really have caused problems, but possibly this is a proper bug-fix
and not just a clean-up.

show more ...

0981259a13-May-1999 Bodo Möller

For solaris-usparc configurations, avoid problems with GNU as, which
cannot handle all opcodes we need.

5c83b4c913-May-1999 Ulf Möller

Remove redundant ifdef.

75e0770d13-May-1999 Ulf Möller

VMS support bug fixes.

f7fd2ff713-May-1999 Ulf Möller

VMS support.

Submitted by: Richard Levitte <richard@levitte.org>

bd3576d213-May-1999 Ulf Möller

Reorganize and speed up MD5.

Submitted by: Andy Polyakov <appro@fy.chalmers.se>

7d7d2cbc13-May-1999 Ulf Möller

VMS support.

Submitted by: Richard Levitte <richard@levitte.org>


CHANGES
INSTALL
INSTALL.VMS
Makefile.org
README
apps/CA.com
apps/Makefile.ssl
apps/apps.c
apps/ca.c
apps/eay.c
apps/install.com
apps/makeapps.com
apps/openssl-vms.cnf
apps/openssl.c
apps/req.c
apps/s_apps.h
apps/s_client.c
apps/s_server.c
apps/s_socket.c
apps/s_time.c
apps/speed.c
crypto/Makefile.ssl
crypto/asn1/a_utctm.c
crypto/bf/bf_opts.c
crypto/bf/bfspeed.c
crypto/bio/b_sock.c
crypto/bio/bss_acpt.c
crypto/bio/bss_conn.c
crypto/bio/bss_rtcp.c
crypto/bn/asm/vms.mar
crypto/bn/bn.h
crypto/bn/bn_lcl.h
crypto/bn/bn_lib.c
crypto/bn/bnspeed.c
crypto/bn/expspeed.c
crypto/bn/vms-helper.c
crypto/cast/cast_lcl.h
crypto/cast/cast_s.h
crypto/cast/cast_spd.c
crypto/cast/castopts.c
crypto/conf/conf.c
crypto/cryptlib.h
crypto/crypto-lib.com
crypto/crypto.h
crypto/des/des-lib.com
crypto/des/des.c
crypto/des/des.h
crypto/des/des_locl.h
crypto/des/des_opts.c
crypto/des/des_ver.h
crypto/des/destest.c
crypto/des/ecb_enc.c
crypto/des/enc_read.c
crypto/des/read_pwd.c
crypto/des/set_key.c
crypto/des/speed.c
crypto/des/spr.h
crypto/des/str2key.c
crypto/des/vms.com
crypto/idea/idea_spd.c
crypto/install.com
crypto/libvms.com
crypto/opensslconf.h.in
crypto/pem/pem.h
crypto/rand/randfile.c
crypto/rc2/rc2speed.c
crypto/rc4/rc4speed.c
crypto/rc5/rc5speed.c
crypto/tmdiff.c
crypto/x509/x509.h
crypto/x509/x509_vfy.h
e_os.h
install.com
makevms.com
rsaref/Makefile.ssl
rsaref/install.com
rsaref/rsaref-lib.com
ssl/Makefile.ssl
ssl/install.com
ssl/s2_lib.c
ssl/s3_lib.c
ssl/ssl-lib.com
ssl/ssl.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_task.c
ssl/ssltest.c
test/Makefile.ssl
test/VMSca-response.1
test/VMSca-response.2
test/maketests.com
test/tcrl.com
test/testca.com
test/testenc.com
test/testgen.com
test/tests.com
test/testss.com
test/testssl.com
test/tpkcs7.com
test/tpkcs7d.com
test/treq.com
test/trsa.com
test/tsid.com
test/tverify.com
test/tx509.com
8d111f4a13-May-1999 Bodo Möller

Spacing in comment corrected.

8a41eb7013-May-1999 Bodo Möller

First tiny changes in preparation of changing of "sess_cert" handling.
Also I've subsituted real tabs for 8-spaces sequences in some lines so that
things don't look that weird with a tab-widt

First tiny changes in preparation of changing of "sess_cert" handling.
Also I've subsituted real tabs for 8-spaces sequences in some lines so that
things don't look that weird with a tab-width of 4.

show more ...

31ff97b213-May-1999 Ulf Möller

mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.
Configure no longer changes files in place.

8bc1431e12-May-1999 Dr. Stephen Henson

Several of the EVP_CIPHER structures had the get and set asn1 parameter
functions transposed.

f5eac85e12-May-1999 Dr. Stephen Henson

Add new -out option to asn1parse to allow the parsed data to be output.
Fixed -strparse option: it didn't work if used more than once (this was due
to the d2i_ASN1_TYPE call parsing a freed b

Add new -out option to asn1parse to allow the parsed data to be output.
Fixed -strparse option: it didn't work if used more than once (this was due
to the d2i_ASN1_TYPE call parsing a freed buffer). On Win32 the file wincrypt.h
#define's X509_NAME and PKCS7_SIGNER_INFO causing clashes so these are #undef'ed

show more ...

d53ff9ab12-May-1999 Ulf Möller

Caldera OpenLinux passes test now.

dcbe935112-May-1999 Ulf Möller

Missing argument in prototype.

Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>

2ec765c811-May-1999 Ulf Möller

Use ifndef PEDANTIC for all inline assembler.

d797727b11-May-1999 Bodo Möller

Comment.
Submitted by:
Reviewed by:
PR:

54a29df011-May-1999 Bodo Möller

argc counting bug fixed.
Submitted by: Tomas Hulek
Reviewed by:
PR:

fa2b248f11-May-1999 Bodo Möller

Clarify comment.
Submitted by:
Reviewed by:
PR:

7af62c3c11-May-1999 Ulf Möller

Move openssl.cnf out of lib/.

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

ff71222011-May-1999 Bodo Möller

And I thought I could spell ... but in caps really everything looks the same.
Submitted by:
Reviewed by:
PR:

b31b04d911-May-1999 Bodo Möller

Make SSL library a little more fool-proof by not requiring any longer
that SSL_set_{accept,connect}_state be called before
SSL_{accept,connect} may be used.
Submitted by:
Reviewed by:

Make SSL library a little more fool-proof by not requiring any longer
that SSL_set_{accept,connect}_state be called before
SSL_{accept,connect} may be used.
Submitted by:
Reviewed by:
PR:

show more ...

10243d9711-May-1999 Dr. Stephen Henson

Various PKCS#7 related fixes,tidies and comments.

d5a2ea4b10-May-1999 Ulf Möller

Move openssl.cnf out of lib/.

3f5868d210-May-1999 Ulf Möller

Update.

1...<<1431143214331434143514361437143814391440>>...1459