https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
fe87677 This commit was manufactured by cvs2svn to create tag 'BEFORE_COMPAQ_PATCH'. 21 May 2002, 08:59:59 UTC
606efc5 This commit was manufactured by cvs2svn to create branch 'BRANCH_VMS_64BIT'. 21 May 2002, 08:59:58 UTC
7711de2 accept NULL in 'free' functions 21 May 2002, 08:59:57 UTC
eee6c81 Reorganise -subj option code, fix buffer overrun. 19 May 2002, 16:31:10 UTC
b89670e Fix Mingw32 asm build: use the Unix bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use. 19 May 2002, 12:03:05 UTC
0fccb00 Add missing EVP_CIPHER_CTX_init call. 18 May 2002, 23:43:10 UTC
72da660 Fix incorrect =over 4 location. Submitted by: David Waitzman <djw@bbn.com> Reviewed by: Lutz Jaenicke PR: [openssl.org #38] 16 May 2002, 17:45:37 UTC
46ffee4 fix EVP_dsa_sha macro Submitted by: Nils Larsch 16 May 2002, 12:51:18 UTC
c0a9536 Use the indirect way to the actual request tracker, so that people also are informed about the credentials required for guest access and the operation instructions. 16 May 2002, 10:01:53 UTC
0424fe1 update 16 May 2002, 09:28:09 UTC
544a2ae Zero cipher_data in EVP_CIPHER_CTX_cleanup Add cleanup calls to evp_test.c Allow reuse of cipher contexts by removing automatic cleanup in EVP_*Final(). 15 May 2002, 18:49:25 UTC
60e5f36 make b_print.c consistent with the rest of OpenSSL: disable assert() except for debug builds 14 May 2002, 19:40:58 UTC
2469361 Add missing '"' Submitted by: Boyd Gerber <gerberb@zenez.com> 12 May 2002, 20:37:44 UTC
6fa865a Recognize PPC64 target. Submitted by: Reviewed by: PR: 26 12 May 2002, 19:45:51 UTC
e9ba696 EVP_SealFinal should return a value. 11 May 2002, 17:37:08 UTC
d80a8d1 values were reset for no reason. 11 May 2002, 09:15:42 UTC
d0ff2a2 updated Mingw32 instructions. 11 May 2002, 09:14:40 UTC
6e5dd63 Add config entry debug-steve-linux-pseudo64. This sets the SIXTY_FOUR bignum library option to use 64 bit operations on the 32 bit linux platform. This is very inefficient but it can be used to test some of the 64 bit logic on a 32 bit platform. 10 May 2002, 23:00:43 UTC
dc014d4 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. 10 May 2002, 22:18:13 UTC
2f9cf16 Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned. 10 May 2002, 22:07:37 UTC
336c35d Updating status for 0.9.6d 09 May 2002, 23:54:02 UTC
72b5215 Synchronise the FAQ 09 May 2002, 23:41:40 UTC
06bed64 Make the huge buffer smaller, so the size becomes reasonable for small-stack environments. Notified by Verdon Walker <VWalker@novell.com> 09 May 2002, 20:14:00 UTC
c559759 One place where VMS wasn't changed to OPENSSL_SYS_VMS... 09 May 2002, 18:27:06 UTC
b4000e8 Move an assert() to avoid core dumps when a static buffer hasn't been given. Notified by Verdon Walker <VWalker@novell.com> 09 May 2002, 18:19:21 UTC
21d5ed9 Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex. Notified by Stella Power <snpower@maths.tcd.ie>. PR: 24 08 May 2002, 15:20:38 UTC
e9a182f Generate an error if rewinding wasn't possible. Notified by Ken Hirsch <kenhirsch@myself.com>. PR: 23 08 May 2002, 15:12:59 UTC
b6db386 Change internals of the EC library so that the functions EC_GROUP_{set_generator,get_generator,get_order,get_cofactor} are implemented directly in crypto/ec/ec_lib.c and not dispatched to methods. Also fix EC_GROUP_copy to copy the NID. 08 May 2002, 11:54:24 UTC
2c975b5 Add missing ";" after fi Submitted by: bryanh@giraffe-data.com Reviewed by: PR: [openssl.org #18] 07 May 2002, 15:35:48 UTC
279fe3b in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey) Submitted by: Nils Larsch 07 May 2002, 15:14:12 UTC
98a9092 Fix ciphersuite list to enforce low priority for RC4. 07 May 2002, 08:36:26 UTC
87108f5 ensure that, for each strength, RC4 ciphers have least preference in the default ciphersuite list 07 May 2002, 07:59:35 UTC
f257d98 refer to latest draft for AES ciphersuites 07 May 2002, 07:55:36 UTC
b889d6a fix warning 06 May 2002, 10:44:59 UTC
47234cd update 05 May 2002, 23:47:46 UTC
2c8d0dc improve wNAF generation 05 May 2002, 23:45:09 UTC
a4f576a disable AES ciphersuites unless explicitly requested 05 May 2002, 23:44:27 UTC
3def5a0 fix casts 05 May 2002, 23:00:28 UTC
294bd1e Make sure that date is run under the C locale, so dates are given in the default format. PR: 16 02 May 2002, 08:05:46 UTC
253ef21 Add apps_startup and bio_err init code to smime.c 01 May 2002, 20:07:46 UTC
c0455cb Fix escaping when using the -subj option of "openssl req", document 'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>) 30 April 2002, 12:08:18 UTC
17e2c77 Add information about -nameopt option for x509. 29 April 2002, 16:01:41 UTC
b52f381 undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere) 29 April 2002, 11:03:06 UTC
cc12975 Fix unsigned vs. signed clash 29 April 2002, 10:29:38 UTC
9738f39 Synchronise with 0.9.7-stable. 29 April 2002, 10:28:29 UTC
d4294c8 Synchronise with 0.9.7-stable. 29 April 2002, 10:19:19 UTC
8df61b5 Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not encoded as NULL) with id-dsa-with-sha1. Submitted by: Nils Larsch 26 April 2002, 08:28:34 UTC
f1e6643 Add generationQualifier OID (proposed by Fiel Cabral). 25 April 2002, 18:03:13 UTC
6991bf1 Potential memory leak removed. Notified by <threaded@totalise.co.uk> 25 April 2002, 10:11:21 UTC
822a4c1 new items for 0.9.7 25 April 2002, 07:52:07 UTC
a5868b3 oops 25 April 2002, 07:46:35 UTC
4edfacb AlgorithmIdentifier bugs 25 April 2002, 06:29:27 UTC
c6efe6f fix usage (no 'key') 23 April 2002, 13:56:14 UTC
35c2b3a 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... 23 April 2002, 13:15:08 UTC
af9675e ERR_file_name is no longer being used. 22 April 2002, 13:54:50 UTC
8b2f9cd Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>). 21 April 2002, 17:54:03 UTC
01682a8 Make sure ec and ecdsa is properly handled in Windows. Notified by Bernd Matthes <bernd.matthes@gemplus.com> 20 April 2002, 10:23:56 UTC
8b07f23 Signedness mismatch. Notified by Bernd Matthes <bernd.matthes@gemplus.com> 20 April 2002, 10:23:19 UTC
45932ad The callback must have (void) as argument list. Notified by Bernd Matthes <bernd.matthes@gemplus.com> 20 April 2002, 10:22:42 UTC
ce94682 No point constifying an int. Notified by Bernd Matthes <bernd.matthes@gemplus.com> 20 April 2002, 10:22:01 UTC
2d7ab7e Do not free p if it hasn't been used yet. Notified by Bernd Matthes <bernd.matthes@gemplus.com> 20 April 2002, 10:19:20 UTC
6176df9 Make sure the opened directory is closed on exit. Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu> 18 April 2002, 16:20:13 UTC
a8f8788 Missing "Configure" entry (Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>). 18 April 2002, 12:47:50 UTC
d5d007a Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>). 18 April 2002, 11:54:06 UTC
151457a Handle headings uniformly to allow automatic processing. 18 April 2002, 08:11:31 UTC
dde3e83 'version' is not optional in the encoding Submitted by: Nils Larsch 17 April 2002, 11:35:52 UTC
8f182fd 'version' is not optional in the encoding Submitted by: Nils Larsch 17 April 2002, 11:31:20 UTC
1064aca check return values Submitted by: Nils Larsch 17 April 2002, 09:31:34 UTC
ff8e412 get rid of some assignments that have become obsolete 15 April 2002, 15:29:43 UTC
e9cbcb1 Document OID changes. 15 April 2002, 14:18:30 UTC
ea7fc03 Use the "mail" short name according to RFC2798 (Michael Bell <michael.bell@rz.hu-berlin.de>). 15 April 2002, 13:30:41 UTC
3091123 Some more OID enhancements. 15 April 2002, 10:41:38 UTC
2940a12 Fix CRLF problem in BASE64 decode. 15 April 2002, 09:55:40 UTC
f916052 remove disabled code 14 April 2002, 13:28:17 UTC
2fb3f00 fix length field we create when converting SSL 2.0 format into SSL 3.0/TLS 1.0 format (the bug was introduced with message callback support) 14 April 2002, 13:05:15 UTC
82b0bf0 Implement known-IV countermeasure. Fix length checks in ssl3_get_client_hello(). Use s->s3->in_read_app_data differently to fix ssl3_read_internal(). 13 April 2002, 22:47:20 UTC
3a7cef3 Avoid emacs backup files when making a snapshot 13 April 2002, 12:28:44 UTC
592c0e0 another error discovered by Karsten Braaten. The number was not even prime! 13 April 2002, 09:58:50 UTC
08b977b looks like a typo 12 April 2002, 13:52:40 UTC
85fb12d clean up and synchronize with 0.9.6-stable 12 April 2002, 13:45:29 UTC
b975183 ECDSA representation bugfixes Submitted by: Nils Larsch 12 April 2002, 08:57:01 UTC
083100e Check error code from a2d_ASN1_OBJECT(). 11 April 2002, 22:13:58 UTC
241d2ba Change the date to XX xxx XXXX in development versions. 11 April 2002, 21:51:40 UTC
e4fb497 Synchronize with 0.9.7-stable. 11 April 2002, 18:43:52 UTC
381a146 Synchronize with 0.9.7-stable branch 10 April 2002, 19:52:40 UTC
b4a2628 Keep my own specially optimized HP-UX shared library building up to date. 10 April 2002, 12:35:45 UTC
6d498d4 harmonize capitalization 09 April 2002, 12:42:47 UTC
d0561b5 fix ECDSA handling Submitted by: Nils Larsch 09 April 2002, 12:01:21 UTC
4f4b192 add usage examples 09 April 2002, 11:54:24 UTC
0ae1661 Apply OID fixes for elliptic curves as supplied by Nils Larsch <nlarsch@compuserve.de>. 08 April 2002, 15:49:53 UTC
4e9ef33 error reported by Karsten Braaten 07 April 2002, 13:33:16 UTC
d16e113 Allow longer program names (VMS allows up to 39 characters). Submitted by Compaq. 06 April 2002, 20:22:48 UTC
a18894d make update (libeay.num has been edited to match 0.9.7-stable) 06 April 2002, 19:16:12 UTC
dfee50e Allow longer program names (VMS allows up to 39 characters). Submitted by Compaq. 06 April 2002, 19:00:50 UTC
1018998 Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS 06 April 2002, 11:58:04 UTC
d842546 Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTERN and OPENSSL_GLOBAL. Submitted by Compaq. 06 April 2002, 11:37:18 UTC
1fc02dc Use recv() and send() for socket communication on VMS instead of read() and write(). The reason is that read() and write() make additional record level locking which causes hangs of Compaq Secure Web Server (Apache) with SSL. Submitted by Compaq. 06 April 2002, 11:35:49 UTC
83d092f Make shared libraries resolve global symbols within themselves first. Currently only on GNUish linkers... Submitted by Steven Bade <sbade@austin.ibm.com> 06 April 2002, 09:42:19 UTC
4825092 Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>). 04 April 2002, 17:48:37 UTC
bbd79bd Forgot one of the casts 03 April 2002, 15:01:28 UTC
back to top