index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Because libraries on Windows lack useful version information, the zlib
Richard Levitte
2004-10-14
1
-1
/
+11
*
Oops!
Dr. Stephen Henson
2004-10-04
1
-1
/
+1
*
Fix race condition when CRL checking is enabled.
Dr. Stephen Henson
2004-10-04
8
-31
/
+100
*
Update debug-steve
Dr. Stephen Henson
2004-10-01
1
-1
/
+1
*
Don't use C++ reserved work "explicit".
Dr. Stephen Henson
2004-10-01
2
-4
/
+4
*
Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoid
Andy Polyakov
2004-09-28
2
-7
/
+8
*
usr/doc has recently changed to usr/share/doc on Cygwin.
Richard Levitte
2004-09-28
1
-4
/
+4
*
Move the declaration of alloca() so it's ony declared when really
Richard Levitte
2004-09-27
1
-10
/
+7
*
SHA1 asm Pentium tune-up. Performance loss is not as bad anymore.
Andy Polyakov
2004-09-27
1
-32
/
+37
*
sha256_block advances the input pointer double as fast sometimes. Fix the
Andy Polyakov
2004-09-27
2
-4
/
+9
*
Nils Larsch reported that this include is required. Strange that this had
Geoff Thorpe
2004-09-25
1
-0
/
+1
*
Import changed files from LPlib. The changes are logged as follows
Richard Levitte
2004-09-24
5
-70
/
+84
*
Remove distracting comments and code. Thanks to Nils for picking up on the
Geoff Thorpe
2004-09-19
1
-16
/
+0
*
Two TODO comments taken care of. Nils pointed out that one of them had already
Geoff Thorpe
2004-09-19
2
-6
/
+17
*
Make -Werror happy again.
Geoff Thorpe
2004-09-18
1
-0
/
+1
*
Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().
Dr. Stephen Henson
2004-09-16
1
-4
/
+5
*
Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumed
Dr. Stephen Henson
2004-09-14
1
-2
/
+2
*
- There's no more need for the snprintf macro.
Richard Levitte
2004-09-13
1
-5
/
+10
*
Synchronise with Unix build.
Richard Levitte
2004-09-12
1
-1
/
+1
*
When looking for request extensions in a certificate look first
Dr. Stephen Henson
2004-09-10
1
-16
/
+16
*
make update
Richard Levitte
2004-09-10
5
-6
/
+63
*
Make VIA Padlock engine more platform friendly and eliminate compiler
Andy Polyakov
2004-09-09
1
-2
/
+3
*
x86 assembler updates: more instructions, new OPENSSL_instrument_halt
Andy Polyakov
2004-09-09
4
-6
/
+46
*
Synchronise VMS build files with Unixly Makefiles.
Richard Levitte
2004-09-08
1
-1
/
+1
*
Another symbol longer than 31 characters...
Richard Levitte
2004-09-08
1
-0
/
+2
*
Reformat smime utility.
Dr. Stephen Henson
2004-09-07
4
-64
/
+103
*
Don't use 'explicit' for variable name.
Dr. Stephen Henson
2004-09-07
1
-3
/
+3
*
Reformat smime.c
Dr. Stephen Henson
2004-09-07
1
-167
/
+331
*
New X509_VERIFY_PARAM structure and associated functionality.
Dr. Stephen Henson
2004-09-06
15
-92
/
+881
*
Stop compiler warnings.
Dr. Stephen Henson
2004-09-06
1
-6
/
+6
*
TABLE OpenBSD-i386 update
Andy Polyakov
2004-08-30
1
-41
/
+41
*
Proper support for OpenBSD-i386 shared build, including assember modules!
Andy Polyakov
2004-08-29
13
-45
/
+89
*
OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
Andy Polyakov
2004-08-29
9
-35
/
+45
*
Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.
Andy Polyakov
2004-08-29
1
-2
/
+4
*
crypto/perlasm update primarily to unify Netware modules. Once it's verified
Andy Polyakov
2004-08-29
4
-44
/
+109
*
Minor VIA Padlock engine update: eliminate -Wunused warning when *not*
Andy Polyakov
2004-08-24
1
-14
/
+45
*
Make aes_ctr.c 64-bit savvy.
Andy Polyakov
2004-08-24
1
-4
/
+4
*
'compatibility', not 'computability' :-)...
Richard Levitte
2004-08-18
1
-1
/
+1
*
On systems that use case-insensitive symbol names (i.e. they're all
Richard Levitte
2004-08-12
4
-6
/
+6
*
Basically, I wanted to be able to make a dump to a FILE*, and not have
Richard Levitte
2004-08-11
2
-18
/
+56
*
Stupid casts...
Richard Levitte
2004-08-11
1
-3
/
+3
*
Update FAQ.
Dr. Stephen Henson
2004-08-11
1
-0
/
+28
*
Make ASN1_INTEGER_cmp() work as expected with negative integers.
Dr. Stephen Henson
2004-08-10
1
-1
/
+20
*
Call setup_engine after autoconfig.
Dr. Stephen Henson
2004-08-06
1
-4
/
+4
*
Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.
Dr. Stephen Henson
2004-08-05
2
-5
/
+13
*
Make a note of the new engine.
Geoff Thorpe
2004-08-05
1
-0
/
+5
*
Padlock engine update to fix a typo in MSC assembler and to address
Andy Polyakov
2004-08-04
1
-26
/
+31
*
DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.
Richard Levitte
2004-08-03
1
-1
/
+1
*
If they ask for 386, keep it as 386 as possible...
Andy Polyakov
2004-08-03
1
-0
/
+2
*
Avoid a.out name table pollition.
Andy Polyakov
2004-08-03
1
-11
/
+19
[next]