• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


RSS
Rev. Time Author
2f81b64 OpenSSL-engine-0_9_6-stable 2004-07-12 21:49:29 Richard Levitte

Recent changes from 0.9.6-stable.

3001755 2004-06-28 22:05:53 Richard Levitte

Recent changes from 0.9.6-stable.

46e9a49 2004-05-06 18:55:18 Richard Levitte

Recent changes from 0.9.6-stable.

df25730 2004-04-22 01:00:18 Richard Levitte

Recent changes from 0.9.6-stable.

d994be0 2004-03-31 01:40:09 Richard Levitte

Recent changes from 0.9.6-stable.

6095252 2004-03-24 02:53:27 Richard Levitte

make update

20d26fb 2004-03-24 00:18:17 Richard Levitte

Changes from 0.9.6-stable

85994a9 2004-03-17 20:48:15 Mark J. Cox

Bump after tagging

36800c3 OpenSSL-engine-0_9_6m 2004-03-17 20:45:35 Mark J. Cox

Fix null-pointer assignment in do_change_cipher_spec() revealed
by using the Codenomicon TLS Test Tool (CAN-2004-0079)

Prepare for 0.9.6m release

Submitted by: Steven Henson
Reviewed by: Joe Orton
Approved by: Mark Cox

c08c1f7 2004-03-17 10:21:11 Dr. Stephen Henson

Win32 fixes.

29348d3 2004-03-08 13:37:04 Richard Levitte

Recent changes from 0.9.6-stable.

649ce05 2004-02-08 22:31:32 Dr. Stephen Henson

Fix handling of -offset and -length in asn1parse tool.

If -offset exceeds -length of data available exit with an error.

Don't read past end of total data available when -offset supplied.

If -length exceeds total available truncate it.

2f1d799 2004-01-29 18:42:47 Richard Levitte

Recent changes from 0.9.6-stable.

e7534d6 2004-01-24 01:08:20 Richard Levitte

Recent changes from 0.9.6-stable.

91de3e1 2004-01-21 22:12:10 Dr. Stephen Henson

Replace expired certificate.

afa0a96 2004-01-21 22:08:14 cvs2svn

This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-
0_9_6-stable'.

815d705 2004-01-21 22:08:11 Dr. Stephen Henson

Replace expired certificate.

30cb9ec 2004-01-21 17:17:08 Andy Polyakov

SHA-1 assembler tune-up for Intel P4

0a4110c 2004-01-19 18:23:52 Richard Levitte

Recent changes from 0.9.6-stable.

d1914bf 2004-01-19 17:33:36 Richard Levitte

Recent and not so recent changes from 0.9.6-stable.

af6dab9 2004-01-11 03:04:38 Richard Levitte

Adding a slash between the directoryt and the file is a problem with
VMS. The C RTL can handle it well if the "directory" is a logical
name with no colon, therefore ending being 'logname/file'. However,
if the given logical names actually has a colon, or if you use a full
VMS-syntax directory, you end up with 'logname:/file' or
'dev:[dir1.dir2]/file', and that isn't handled in any good way.

So, on VMS, we need to check if the directory string ends with a
separator (one of ':', ']' or '>' (< and > can be used instead [ and
])), and handle that by not inserting anything between the directory
spec and the file name. In all other cases, it's assumed the
directory spec is a logical name, so we need to place a colon between
it and the file.

Notified by Kevin Greaney <kevin.greaney@hp.com>.

cdb42bc 2004-01-08 16:46:37 Lutz Jänicke

Cover all DSA setups when running tests
PR: #748
Submitted by: Kirill Kochetkov <kochet@ixbt.com>

fc56b52 2004-01-08 16:38:15 Lutz Jänicke

Updates to s_time manual page
PR: #570
Submitted by: Martin Witzel <MWITZEL@de.ibm.com>

a32fc68 2004-01-05 03:59:14 Lutz Jänicke

Add s_time manual page
Submitted by: "Martin Witzel" <MWITZEL@de.ibm.com>

PR: #570

c0017a5 2004-01-05 03:05:50 Lutz Jänicke

Update URI
Submitted by: Gertjan van Oosten <gertjan@West.NL>

PR: #804

344e866 2004-01-05 02:53:21 Lutz Jänicke

unintptr_t and <inttypes.h> are not strictly portable with respect to
ANSI C 89.
Undo change to maintain compatibility.

0755217 2003-12-28 01:13:18 Richard Levitte

Fix Perl problems on sparc64.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

5fdf066 2003-12-28 01:10:30 Richard Levitte

Avoid including cryptlib.h, it's not really needed.
Check if IDEA is being built or not.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

f28e8bd 2003-12-28 01:07:20 Richard Levitte

Only use environment variables if uid and gid are the same as euid and egid.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

de02ec2 2003-12-28 01:02:22 Richard Levitte

Check if a random "file" is really a device file, and treat it
specially if it is.
Add a few OpenBSD-specific cases.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>