index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change to have a single library that works on both Win9x and WinNT.
Richard Levitte
2000-06-16
1
-5
/
+37
*
typo
Bodo Möller
2000-06-16
1
-1
/
+1
*
In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".
Bodo Möller
2000-06-16
1
-1
/
+1
*
There are compilers that complain if a variable has the same name as a
Bodo Möller
2000-06-16
1
-3
/
+3
*
Currently the DSO_METHOD interface has one entry point to bind all
Geoff Thorpe
2000-06-16
8
-111
/
+258
*
Add support for the modified SGC key format used in IIS.
Dr. Stephen Henson
2000-06-16
2
-5
/
+45
*
Make sure that bs is not getting free'd again.
Richard Levitte
2000-06-15
1
-0
/
+1
*
This probably fixes a BN_rshift bug.
Bodo Möller
2000-06-13
1
-1
/
+1
*
Use BN_CTX_end when exiting early from BN_mod_exp_mont_word because
Bodo Möller
2000-06-13
1
-0
/
+3
*
The atalla functionality doesn't work with the "word" version of
Geoff Thorpe
2000-06-13
1
-1
/
+1
*
Enable DSO support on alpha (OSF1), cc and gcc.
Geoff Thorpe
2000-06-13
22
-1202
/
+1364
*
protoypes
Ulf Möller
2000-06-12
1
-3
/
+3
*
Fix evp_locl.h macros.
Dr. Stephen Henson
2000-06-11
1
-8
/
+8
*
Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() and
Dr. Stephen Henson
2000-06-11
2
-4
/
+2
*
Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()
Dr. Stephen Henson
2000-06-11
5
-8
/
+102
*
Using checks of the existence of HEADER_{foo}_H in other header files
Richard Levitte
2000-06-09
12
-23
/
+73
*
Comment for increased code clarity.
Bodo Möller
2000-06-09
1
-1
/
+1
*
Harmonize indentation.
Bodo Möller
2000-06-09
1
-13
/
+13
*
Slightly faster DSA verification (BN_mod_exp2_mont),
Bodo Möller
2000-06-08
5
-181
/
+367
*
Use the equivalent of a sliding window (without precomputation
Bodo Möller
2000-06-08
1
-14
/
+93
*
Speed up DH with small generator.
Bodo Möller
2000-06-07
4
-52
/
+111
*
Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variable
Andy Polyakov
2000-06-06
1
-3
/
+4
*
GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workaround:-(
Andy Polyakov
2000-06-05
1
-1
/
+2
*
int may be smaller than 32 bits.
Bodo Möller
2000-06-05
2
-10
/
+10
*
According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h is
Richard Levitte
2000-06-04
1
-0
/
+1
*
EVP constification.
Ben Laurie
2000-06-03
34
-117
/
+199
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
162
-631
/
+632
*
Use NO_FP_API.
Ulf Möller
2000-06-01
1
-1
/
+1
*
Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.
Ulf Möller
2000-06-01
1
-7
/
+6
*
Bug fix for 64 bit HP-UX.
Ulf Möller
2000-06-01
1
-1
/
+1
*
"make update" + stripping the type-specific stack functions out of
Geoff Thorpe
2000-06-01
11
-0
/
+1023
*
This change will cause builds (by default) to not use different STACK
Geoff Thorpe
2000-06-01
1
-0
/
+11
*
The previous commit to crypto/stack/*.[ch] pulled the type-safety strings
Geoff Thorpe
2000-06-01
10
-66
/
+96
*
This is the first of two commits (didn't want to dump them all into the
Geoff Thorpe
2000-06-01
3
-20
/
+45
*
is needed.
Ulf Möller
2000-06-01
1
-0
/
+2
*
#include <stdio.h> not needed.
Ulf Möller
2000-06-01
1
-1
/
+0
*
#include <stdlib.h> is not needed.
Ulf Möller
2000-06-01
1
-2
/
+0
*
sk_***_new_null() seems to be there to avoid exactly this sort of thing
Geoff Thorpe
2000-05-31
1
-1
/
+1
*
sk_value was also suffering from de-const-ification.
Geoff Thorpe
2000-05-31
3
-2
/
+4
*
All the little functions created by the IMPLEMENT_STACK_OF() macro will
Geoff Thorpe
2000-05-31
2
-2
/
+2
*
Move Windows seeding functions into a separate file.
Bodo Möller
2000-05-31
4
-144
/
+297
*
Add "FIXME" comment.
Bodo Möller
2000-05-31
1
-1
/
+8
*
Improve PRNG robustness.
Bodo Möller
2000-05-30
1
-1
/
+36
*
More EVP cipher revision.
Dr. Stephen Henson
2000-05-30
7
-78
/
+151
*
Fourth phase EVP revision.
Dr. Stephen Henson
2000-05-30
1
-0
/
+168
*
Fourth phase EVP revision.
Dr. Stephen Henson
2000-05-30
31
-3106
/
+317
*
another warning.
Geoff Thorpe
2000-05-29
1
-1
/
+1
*
It seems that mktime does what is required here. Certainly timegm() can
Geoff Thorpe
2000-05-29
1
-6
/
+1
*
This declaration seems to have been added into the header file accidently.
Geoff Thorpe
2000-05-29
1
-1
/
+0
*
oops.
Geoff Thorpe
2000-05-29
1
-2
/
+2
[next]