Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2000-02-27 | For lack of a better name, this is now called 0.9.5beta3-dev until the | Richard Levitte | 1 | -2/+2 | |
release. | |||||
2000-02-27 | Change version string to reflect the release of beta 2.OpenSSL_0_9_5beta2 | Richard Levitte | 1 | -1/+1 | |
2000-02-27 | Stop logging all the files that are copied all over the place... | Richard Levitte | 1 | -2/+2 | |
2000-02-27 | New logical names to skip algorithms are now supported. | Richard Levitte | 3 | -9/+78 | |
2000-02-27 | New logical names to skip algorithms are now supported. | Richard Levitte | 1 | -6/+27 | |
Also, on Alpha, vms.mar is no longer used (it produced a lot of confusing messages) for BN. Instead, the assembler part of bn_lcl.h is used. | |||||
2000-02-27 | New "target": CONFIG. This will build the opensslconf.h file from | Richard Levitte | 1 | -8/+139 | |
what is known about VAX and Alpha running VMS, and from the opensslconf.h.in (in VMS often named OPENSSLCONF.H_IN) file. | |||||
2000-02-27 | Add and change docs for the changes that have been made. | Richard Levitte | 1 | -30/+39 | |
2000-02-27 | put function names in the title. | Ulf Möller | 1 | -1/+8 | |
2000-02-27 | Statement that it fails only on 32-bit architectures isn't true. | Andy Polyakov | 1 | -2/+1 | |
2000-02-27 | Overly long lines look ugly in the DOS editor. :) | Ulf Möller | 1 | -6/+6 | |
2000-02-27 | Bug fix! | Ulf Möller | 2 | -6/+53 | |
2000-02-27 | Fix so Win32 compiles again... | Dr. Stephen Henson | 1 | -0/+1 | |
2000-02-27 | Fix so Win32 assembly language works with MASM. | Dr. Stephen Henson | 5 | -13/+33 | |
Add info about where to get MASM. | |||||
2000-02-27 | *** empty log message *** | Ulf Möller | 2 | -5/+3 | |
2000-02-26 | workaround no longer needed | Ulf Möller | 1 | -9/+0 | |
2000-02-26 | remove | Ulf Möller | 1 | -24/+0 | |
2000-02-26 | Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library. | Ulf Möller | 31 | -3464/+414 | |
2000-02-26 | minor clarification | Ulf Möller | 1 | -3/+5 | |
2000-02-26 | Make ASN1 types real typedefs. | Dr. Stephen Henson | 5 | -4/+10 | |
Rebuild error files. | |||||
2000-02-26 | BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit a | Andy Polyakov | 1 | -18/+8 | |
single fault:-) Needless to mention that bnbug.c posted couple of days ago passes as well... |