aboutsummaryrefslogtreecommitdiffstats
path: root/STATUS
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller2002-04-261-4/+1
| | | | | | encoded as NULL) with id-dsa-with-sha1. Submitted by: Nils Larsch
* new items for 0.9.7Bodo Möller2002-04-251-1/+7
|
* oopsBodo Möller2002-04-251-2/+2
|
* AlgorithmIdentifier bugsBodo Möller2002-04-251-1/+7
|
* Implement known-IV countermeasure.Bodo Möller2002-04-131-5/+1
| | | | | | Fix length checks in ssl3_get_client_hello(). Use s->s3->in_read_app_data differently to fix ssl3_read_internal().
* asm/mips3.o problemsBodo Möller2002-03-111-1/+5
|
* OpenSSL currently fails on certain pure 64-bit architectures. This is a ↵Richard Levitte2002-03-061-1/+2
| | | | showstopper
* Remove the perl/ subdirectory. It hasn't been worked on for ages, isRichard Levitte2002-02-281-17/+1
| | | | | very broken, and there are working modules in CPAN, which makes our module even more moot.
* Increase internal security when using strncpy, by making sure the resulting ↵Richard Levitte2002-02-281-4/+1
| | | | string is NUL-terminated
* We have AES support in openssl speedRichard Levitte2002-02-211-3/+1
|
* Add AES support in the applications that support -des and -des3.Richard Levitte2002-02-201-4/+1
|
* Including openssl/e_os.h in the OpenSSL 0.9.6 branch is legal, sinceRichard Levitte2002-02-201-5/+1
| | | | | it's exported. Changing that is a BIG step, which has been done in 0.9.7-dev.
* Update the status on 64-bit thingy.Richard Levitte2002-02-201-3/+5
|
* Add reports on checked 64-bit platforms and make space to add platforms that ↵Richard Levitte2002-02-201-1/+7
| | | | need to be checked
* We should implement a countermeasure against the predictable-IV CBCBodo Möller2002-02-131-1/+5
| | | | weakness in SSL/TLS
* add a wishBodo Möller2002-02-091-1/+5
|
* Status updateRichard Levitte2001-12-211-1/+2
|
* remove obsolete entryBodo Möller2001-11-141-5/+2
|
* 'openssl rsa' etc. should include AES support in addition to DESBodo Möller2001-09-251-1/+4
|
* 'openssl speed' does not include AES support yetBodo Möller2001-09-251-1/+3
|
* add detailsBodo Möller2001-09-141-2/+3
|
* add 'release showstopper' entryBodo Möller2001-09-111-1/+3
|
* ex_data situation is no longer that badBodo Möller2001-09-111-7/+3
|
* Missing line 0.9.6b release and IA-64 patch advertisement:-)Andy Polyakov2001-07-171-1/+7
|
* Engine memory leaks have been fixed by now.Bodo Möller2001-07-041-3/+1
|
* Update my status.Richard Levitte2001-06-201-2/+3
|
* even use of default engines leaks memoryBodo Möller2001-06-111-1/+3
|
* More info on SRP.Richard Levitte2001-06-041-2/+9
|
* Added more info in SRP.Richard Levitte2001-06-041-3/+5
|
* A wish was expressed.Richard Levitte2001-05-301-2/+3
|
* update (0.9.6a)Bodo Möller2001-04-091-80/+2
|
* Reports on Windows, DG-UX and older OpenVMS.Richard Levitte2001-04-031-1/+9
|
* Reports on VMS.Richard Levitte2001-04-021-1/+7
|
* A few more reports.Richard Levitte2001-04-011-1/+3
|
* Note reports.Richard Levitte2001-03-311-1/+6
|
* linux-elf verified.Richard Levitte2001-03-301-1/+2
|
* Beta 3 has been released and announced.Richard Levitte2001-03-301-1/+3
|
* Small AIX problems solved.Richard Levitte2001-03-221-1/+2
|
* A lot of reports.Richard Levitte2001-03-221-1/+22
|
* Harmonize CHANGES and STATUS files between the 0.9.6a branch andBodo Möller2001-03-221-5/+33
| | | | the trunk to keep diffs small.
* e_os.h problems have been solved in the main branch.Bodo Möller2001-02-221-6/+3
|
* More on the e_os.h mess ...Bodo Möller2001-01-231-2/+6
|
* note strncpy problemBodo Möller2001-01-121-1/+4
|
* Remove "AVAILABLE PATCH" that has now been applied.Bodo Möller2001-01-111-4/+4
| | | | Move ex_data.c entry from "NEEDS PATCH" to "OPEN ISSUES".
* Add new items:Bodo Möller2001-01-101-1/+11
| | | | | | - 0.9.6a is under development - a couple of illegal includes of <openssl/e_os.h> should be purged - ex_data sucks
* Last time I asked, no-one appeared to remember if these "NEEDS PATCH"Bodo Möller2001-01-101-4/+4
| | | | | | | | | entries are still current or what they are about: o non-blocking socket on AIX o $(PERL) in */Makefile.ssl So I'll remove them for now.
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-131-2/+3
|
* I wonder if I do too much...Richard Levitte2000-11-191-2/+4
|
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+1
| | | | At the same time, add VMS support for Rijndael.
* Cert chain verification is useable by now.Bodo Möller2000-10-231-2/+2
| | | | | Whether Steve is still working on 'proper' verification is up to him to decide ...