Richard Levitte
|
3c204aaf50
|
use sstrsep() to get the proper type to aoti().
Remove unneeded cast in ustrsep().
PR: 69
|
2002-06-03 15:27:52 +00:00 |
|
Lutz Jänicke
|
3ae184d31f
|
Ok, we are rolling 0.9.7-beta1 now.
Submitted by:
Reviewed by:
PR:
|
2002-06-01 15:21:55 +00:00 |
|
Ben Laurie
|
3e975124f3
|
Fix a warning.
|
2002-05-31 14:34:15 +00:00 |
|
Ben Laurie
|
74c467f9f2
|
Fix warnings.
|
2002-05-31 14:28:30 +00:00 |
|
Richard Levitte
|
b3e2acac4e
|
Add the AES test vectors from NIST document SP800-38A.
|
2002-05-31 13:13:51 +00:00 |
|
Richard Levitte
|
403fa0dc53
|
Make it possible to give vectors only for decryption or encryption.
|
2002-05-31 13:12:54 +00:00 |
|
Richard Levitte
|
f918c330a9
|
For CFB and OFB modes, always create the encryption key.
|
2002-05-31 13:11:48 +00:00 |
|
Richard Levitte
|
7f52f77efe
|
Declare the CFB and OFB modes for AES, and prepare for a declaration
of CTR mode.
|
2002-05-31 13:10:24 +00:00 |
|
Richard Levitte
|
90b480f2af
|
In CFB mode, the iv is always encrypted.
|
2002-05-31 13:07:45 +00:00 |
|
Richard Levitte
|
578c33c010
|
Reformat the CFLAG string so it can be made part of a C string.
Incidently, this works pretty well on the command line as well.
PR: 52
|
2002-05-30 18:06:52 +00:00 |
|
Richard Levitte
|
c4ac954c59
|
Check the return values where memory allocation failures may happen.
PR: 49
|
2002-05-30 16:50:38 +00:00 |
|
Richard Levitte
|
6c98ed520d
|
Correct AES counter mode, which incorrectly incremented the counter before
using it.
PR: 56
|
2002-05-30 14:06:17 +00:00 |
|
Dr. Stephen Henson
|
3a4b0bed49
|
Make i2c_ASN1_BIT_STRING return the correct length.
|
2002-05-29 23:11:55 +00:00 |
|
Richard Levitte
|
84f4e33ea3
|
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
PR: 58, submitted by andrew@cis.uoguelph.ca
|
2002-05-29 21:00:33 +00:00 |
|
Richard Levitte
|
156516ce44
|
Avoid loops when linking doesn't work
|
2002-05-23 15:27:21 +00:00 |
|
Richard Levitte
|
7d2ff3f081
|
Allow the use of the TCP/IP stack keyword TCPIP and NONE
|
2002-05-22 11:37:02 +00:00 |
|
Richard Levitte
|
25a87e82d4
|
Use OPENSSL_SYS_VMS instead of just VMS
|
2002-05-22 11:35:41 +00:00 |
|
Richard Levitte
|
0984fcf118
|
Use 0 instead of NULL when casting to function pointers, to avoid
warnings from compilers when NULL is defined as '((void *)0)'.
This has already been applied in the main branch.
|
2002-05-22 07:56:38 +00:00 |
|
Richard Levitte
|
18cc99ac17
|
Remove warnings about uninitialised variables.
This has already been applied in the main branch.
|
2002-05-22 07:55:03 +00:00 |
|
Richard Levitte
|
2341e303da
|
This file was removed long ago. Why it's still in this branch is a
mystery to me.
|
2002-05-22 07:49:37 +00:00 |
|
Bodo Möller
|
dca142029c
|
accept NULL in 'free' functions
|
2002-05-21 09:00:54 +00:00 |
|
Dr. Stephen Henson
|
ace2ca484b
|
Add missing EVP_CIPHER_CTX_init call.
|
2002-05-18 23:42:20 +00:00 |
|
Bodo Möller
|
855f0b4f2f
|
fix EVP_dsa_sha macro
Submitted by: Nils Larsch
|
2002-05-16 12:53:34 +00:00 |
|
Dr. Stephen Henson
|
bb3a69f801
|
Zero cipher_data in EVP_CIPHER_CTX_cleanup
Add cleanup calls to evp_test.c
|
2002-05-15 17:52:19 +00:00 |
|
Bodo Möller
|
55db40d3e0
|
make b_print.c consistent with the rest of OpenSSL:
disable assert() except for debug builds
|
2002-05-14 19:03:12 +00:00 |
|
Dr. Stephen Henson
|
d0e3726ca4
|
EVP_SealFinal should return a value.
|
2002-05-11 17:33:01 +00:00 |
|
Dr. Stephen Henson
|
1c511bdb7c
|
Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
in bn_mul_recursive.
This is (hopefully) what was triggering bignum errors on 64 bit
platforms and causing the BN_mod_mul test to fail.
|
2002-05-10 22:22:55 +00:00 |
|
Dr. Stephen Henson
|
f9bd76e4f7
|
Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
|
2002-05-10 22:08:22 +00:00 |
|
Richard Levitte
|
7d2980f09e
|
Make the huge buffer smaller, so the size becomes reasonable for small-stack environments.
Notified by Verdon Walker <VWalker@novell.com>
|
2002-05-09 20:14:50 +00:00 |
|
Richard Levitte
|
f1fe6fa6e4
|
One place where VMS wasn't changed to OPENSSL_SYS_VMS...
|
2002-05-09 18:27:56 +00:00 |
|
Richard Levitte
|
ecb7a9c73a
|
Move an assert() to avoid core dumps when a static buffer hasn't been given.
Notified by Verdon Walker <VWalker@novell.com>
|
2002-05-09 18:19:45 +00:00 |
|
Ben Laurie
|
4e9a77cf26
|
Fix warning.
|
2002-05-08 15:13:24 +00:00 |
|
Richard Levitte
|
08130eb158
|
Make sure that date is run under the C locale, so dates are given in the
default format.
PR: 16
|
2002-05-02 08:05:52 +00:00 |
|
Bodo Möller
|
dfc5336975
|
Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
encoded as NULL) with id-dsa-with-sha1.
Submitted by: Nils Larsch
|
2002-04-26 08:29:18 +00:00 |
|
Lutz Jänicke
|
4cea95a547
|
Added generationQualifier OID (proposed by Fiel Cabral).
Submitted by:
Reviewed by:
PR:
|
2002-04-25 18:00:13 +00:00 |
|
Richard Levitte
|
69a305d434
|
Uhmmm, if we use && after having tested for the presence of the certificate,
we just *might* stand a certain chance of actually getting it written
to file...
|
2002-04-23 13:15:27 +00:00 |
|
Lutz Jänicke
|
ab5b1cf86b
|
ERR_file_name is no longer being used.
Submitted by:
Reviewed by:
PR:
|
2002-04-22 13:55:37 +00:00 |
|
Lutz Jänicke
|
365c6e4661
|
Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).
Submitted by:
Reviewed by:
PR:
|
2002-04-18 11:53:35 +00:00 |
|
Lutz Jänicke
|
e9caaa4ad9
|
Use the "mail" short name according to RFC2798 (Michael Bell
<michael.bell@rz.hu-berlin.de>).
Submitted by:
Reviewed by:
PR:
|
2002-04-15 13:28:53 +00:00 |
|
Lutz Jänicke
|
a6198b9ed1
|
Some more OID enhancements.
Submitted by:
Reviewed by:
PR:
|
2002-04-15 10:38:37 +00:00 |
|
Lutz Jänicke
|
a7be294ed7
|
Fix CRLF problem in BASE64 decode.
Submitted by:
Reviewed by:
PR:
|
2002-04-15 09:53:47 +00:00 |
|
Bodo Möller
|
617f461c9d
|
remove disabled code
|
2002-04-14 13:28:41 +00:00 |
|
Richard Levitte
|
7b907f0bb5
|
Check error code from a2d_ASN1_OBJECT().
|
2002-04-11 22:14:10 +00:00 |
|
Richard Levitte
|
9dfcad117c
|
Change the date to XX xxx XXXX in development versions.
|
2002-04-11 21:53:57 +00:00 |
|
Richard Levitte
|
248252682c
|
make update
|
2002-04-06 19:15:27 +00:00 |
|
Lutz Jänicke
|
ce34d0ac09
|
Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).
Submitted by:
Reviewed by:
PR:
|
2002-04-04 17:49:39 +00:00 |
|
Richard Levitte
|
4e9dd6b0f5
|
Forgot one of the casts
|
2002-04-03 15:02:00 +00:00 |
|
Richard Levitte
|
b6ccbffe2b
|
Cast the pointers to the BIGNUM data to unsigned long *. This would be
harmful if we didn't also pass the exact number of bytes of that data
|
2002-04-03 14:47:50 +00:00 |
|
Richard Levitte
|
1aecc34e9e
|
Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.
Furthermore, make SO_MAXCONN the first choice, since that's the standard
(as far as I know).
|
2002-03-29 23:48:43 +00:00 |
|
Lutz Jänicke
|
75b9c0044c
|
Make short names of objects RFC2256-compliant.
Submitted by:
Reviewed by:
PR:
|
2002-03-26 17:15:32 +00:00 |
|