Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help


sort by:
RevisionAuthorDateMessageCommit Date
a13ec67 cvs2svn22 May 2002, 11:27:43 UTCThis commit was manufactured by cvs2svn to create tag 'AFTER_COMPAQ_PATCH'.22 May 2002, 11:27:43 UTC
77e2de7 Richard Levitte22 May 2002, 11:27:42 UTCCompaq sent a rather large patch, and here are the contents, adapted where necessary to the main trunk (0.9.8-dev). This does not include rearrangements and work I've been doing, that'll come in the next bunch of commits to this branch. This set of changes can't be expected to work on any VMS system, there are changes in here that are very specific to Compaq's building system. This set of changes will be surrounded by the tags BEFORE_COMPAQ_PATCH and AFTER_COMPAQ_PATCH.22 May 2002, 11:27:42 UTC
606efc5 cvs2svn21 May 2002, 08:59:58 UTCThis commit was manufactured by cvs2svn to create branch 'BRANCH_VMS_64BIT'.21 May 2002, 08:59:58 UTC
7711de2 Bodo Möller21 May 2002, 08:59:57 UTCaccept NULL in 'free' functions21 May 2002, 08:59:57 UTC
eee6c81 Dr. Stephen Henson19 May 2002, 16:31:10 UTCReorganise -subj option code, fix buffer overrun.19 May 2002, 16:31:10 UTC
b89670e Dr. Stephen Henson19 May 2002, 12:03:05 UTCFix 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 Dr. Stephen Henson18 May 2002, 23:43:10 UTCAdd missing EVP_CIPHER_CTX_init call.18 May 2002, 23:43:10 UTC
72da660 Lutz Jänicke16 May 2002, 17:45:37 UTCFix 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 Bodo Möller16 May 2002, 12:51:18 UTCfix EVP_dsa_sha macro Submitted by: Nils Larsch16 May 2002, 12:51:18 UTC
c0a9536 Lutz Jänicke16 May 2002, 10:01:53 UTCUse 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 Bodo Möller16 May 2002, 09:28:09 UTCupdate16 May 2002, 09:28:09 UTC
544a2ae Dr. Stephen Henson15 May 2002, 18:49:25 UTCZero 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 Bodo Möller14 May 2002, 19:40:58 UTCmake b_print.c consistent with the rest of OpenSSL: disable assert() except for debug builds14 May 2002, 19:40:58 UTC
2469361 Lutz Jänicke12 May 2002, 20:37:44 UTCAdd missing '"' Submitted by: Boyd Gerber <gerberb@zenez.com>12 May 2002, 20:37:44 UTC
6fa865a Lutz Jänicke12 May 2002, 19:45:51 UTCRecognize PPC64 target. Submitted by: Reviewed by: PR: 2612 May 2002, 19:45:51 UTC
e9ba696 Dr. Stephen Henson11 May 2002, 17:37:08 UTCEVP_SealFinal should return a value.11 May 2002, 17:37:08 UTC
d80a8d1 Ulf Möller11 May 2002, 09:15:42 UTCvalues were reset for no reason.11 May 2002, 09:15:42 UTC
d0ff2a2 Ulf Möller11 May 2002, 09:14:40 UTCupdated Mingw32 instructions.11 May 2002, 09:14:40 UTC
6e5dd63 Dr. Stephen Henson10 May 2002, 23:00:43 UTCAdd 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 Dr. Stephen Henson10 May 2002, 22:18:13 UTCFallback 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 Dr. Stephen Henson10 May 2002, 22:07:37 UTCAvoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.10 May 2002, 22:07:37 UTC
336c35d Richard Levitte09 May 2002, 23:54:02 UTCUpdating status for 0.9.6d09 May 2002, 23:54:02 UTC
72b5215 Richard Levitte09 May 2002, 23:41:40 UTCSynchronise the FAQ09 May 2002, 23:41:40 UTC
06bed64 Richard Levitte09 May 2002, 20:14:00 UTCMake 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 Richard Levitte09 May 2002, 18:27:06 UTCOne place where VMS wasn't changed to OPENSSL_SYS_VMS...09 May 2002, 18:27:06 UTC
b4000e8 Richard Levitte09 May 2002, 18:19:21 UTCMove 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 Richard Levitte08 May 2002, 15:20:38 UTCSmall documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex. Notified by Stella Power <snpower@maths.tcd.ie>. PR: 2408 May 2002, 15:20:38 UTC
e9a182f Richard Levitte08 May 2002, 15:12:59 UTCGenerate an error if rewinding wasn't possible. Notified by Ken Hirsch <kenhirsch@myself.com>. PR: 2308 May 2002, 15:12:59 UTC
b6db386 Bodo Möller08 May 2002, 11:54:24 UTCChange 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 Lutz Jänicke07 May 2002, 15:35:48 UTCAdd missing ";" after fi Submitted by: bryanh@giraffe-data.com Reviewed by: PR: [openssl.org #18]07 May 2002, 15:35:48 UTC
279fe3b Bodo Möller07 May 2002, 15:14:12 UTCin SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey) Submitted by: Nils Larsch07 May 2002, 15:14:12 UTC
98a9092 Bodo Möller07 May 2002, 08:36:26 UTCFix ciphersuite list to enforce low priority for RC4.07 May 2002, 08:36:26 UTC
87108f5 Bodo Möller07 May 2002, 07:59:35 UTCensure that, for each strength, RC4 ciphers have least preference in the default ciphersuite list07 May 2002, 07:59:35 UTC
f257d98 Bodo Möller07 May 2002, 07:55:36 UTCrefer to latest draft for AES ciphersuites07 May 2002, 07:55:36 UTC
b889d6a Bodo Möller06 May 2002, 10:44:59 UTCfix warning06 May 2002, 10:44:59 UTC
47234cd Bodo Möller05 May 2002, 23:47:46 UTCupdate05 May 2002, 23:47:46 UTC
2c8d0dc Bodo Möller05 May 2002, 23:45:09 UTCimprove wNAF generation05 May 2002, 23:45:09 UTC
a4f576a Bodo Möller05 May 2002, 23:44:27 UTCdisable AES ciphersuites unless explicitly requested05 May 2002, 23:44:27 UTC
3def5a0 Bodo Möller05 May 2002, 23:00:28 UTCfix casts05 May 2002, 23:00:28 UTC
294bd1e Richard Levitte02 May 2002, 08:05:46 UTCMake sure that date is run under the C locale, so dates are given in the default format. PR: 1602 May 2002, 08:05:46 UTC
253ef21 Dr. Stephen Henson01 May 2002, 20:07:46 UTCAdd apps_startup and bio_err init code to smime.c01 May 2002, 20:07:46 UTC
c0455cb Lutz Jänicke30 April 2002, 12:08:18 UTCFix 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 Lutz Jänicke29 April 2002, 16:01:41 UTCAdd information about -nameopt option for x509.29 April 2002, 16:01:41 UTC
b52f381 Bodo Möller29 April 2002, 11:03:06 UTCundo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)29 April 2002, 11:03:06 UTC
cc12975 Richard Levitte29 April 2002, 10:29:38 UTCFix unsigned vs. signed clash29 April 2002, 10:29:38 UTC
9738f39 Richard Levitte29 April 2002, 10:28:29 UTCSynchronise with 0.9.7-stable.29 April 2002, 10:28:29 UTC
d4294c8 Richard Levitte29 April 2002, 10:19:19 UTCSynchronise with 0.9.7-stable.29 April 2002, 10:19:19 UTC
8df61b5 Bodo Möller26 April 2002, 08:28:34 UTCFix crypto/asn1/a_sign.c so that 'parameters' is omitted (not encoded as NULL) with id-dsa-with-sha1. Submitted by: Nils Larsch26 April 2002, 08:28:34 UTC
f1e6643 Lutz Jänicke25 April 2002, 18:03:13 UTCAdd generationQualifier OID (proposed by Fiel Cabral).25 April 2002, 18:03:13 UTC
6991bf1 Richard Levitte25 April 2002, 10:11:21 UTCPotential memory leak removed. Notified by <threaded@totalise.co.uk>25 April 2002, 10:11:21 UTC
822a4c1 Bodo Möller25 April 2002, 07:52:07 UTCnew items for 0.9.725 April 2002, 07:52:07 UTC
a5868b3 Bodo Möller25 April 2002, 07:46:35 UTCoops25 April 2002, 07:46:35 UTC
4edfacb Bodo Möller25 April 2002, 06:29:27 UTCAlgorithmIdentifier bugs25 April 2002, 06:29:27 UTC
c6efe6f Bodo Möller23 April 2002, 13:56:14 UTCfix usage (no 'key')23 April 2002, 13:56:14 UTC
35c2b3a Richard Levitte23 April 2002, 13:15:08 UTCUhmmm, 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 Lutz Jänicke22 April 2002, 13:54:50 UTCERR_file_name is no longer being used.22 April 2002, 13:54:50 UTC
8b2f9cd Lutz Jänicke21 April 2002, 17:54:03 UTCAdd cygwin build script (Corinna Vinschen <vinschen@redhat.com>).21 April 2002, 17:54:03 UTC
01682a8 Richard Levitte20 April 2002, 10:23:56 UTCMake 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 Richard Levitte20 April 2002, 10:23:19 UTCSignedness mismatch. Notified by Bernd Matthes <bernd.matthes@gemplus.com>20 April 2002, 10:23:19 UTC
45932ad Richard Levitte20 April 2002, 10:22:42 UTCThe callback must have (void) as argument list. Notified by Bernd Matthes <bernd.matthes@gemplus.com>20 April 2002, 10:22:42 UTC
ce94682 Richard Levitte20 April 2002, 10:22:01 UTCNo point constifying an int. Notified by Bernd Matthes <bernd.matthes@gemplus.com>20 April 2002, 10:22:01 UTC
2d7ab7e Richard Levitte20 April 2002, 10:19:20 UTCDo 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 Richard Levitte18 April 2002, 16:20:13 UTCMake sure the opened directory is closed on exit. Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>18 April 2002, 16:20:13 UTC
a8f8788 Lutz Jänicke18 April 2002, 12:47:50 UTCMissing "Configure" entry (Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>).18 April 2002, 12:47:50 UTC
d5d007a Lutz Jänicke18 April 2002, 11:54:06 UTCOptimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).18 April 2002, 11:54:06 UTC
151457a Lutz Jänicke18 April 2002, 08:11:31 UTCHandle headings uniformly to allow automatic processing.18 April 2002, 08:11:31 UTC
dde3e83 Bodo Möller17 April 2002, 11:35:52 UTC'version' is not optional in the encoding Submitted by: Nils Larsch17 April 2002, 11:35:52 UTC
8f182fd Bodo Möller17 April 2002, 11:31:20 UTC'version' is not optional in the encoding Submitted by: Nils Larsch17 April 2002, 11:31:20 UTC
1064aca Bodo Möller17 April 2002, 09:31:34 UTCcheck return values Submitted by: Nils Larsch17 April 2002, 09:31:34 UTC
ff8e412 Bodo Möller15 April 2002, 15:29:43 UTCget rid of some assignments that have become obsolete15 April 2002, 15:29:43 UTC
e9cbcb1 Lutz Jänicke15 April 2002, 14:18:30 UTCDocument OID changes.15 April 2002, 14:18:30 UTC
ea7fc03 Lutz Jänicke15 April 2002, 13:30:41 UTCUse the "mail" short name according to RFC2798 (Michael Bell <michael.bell@rz.hu-berlin.de>).15 April 2002, 13:30:41 UTC
3091123 Lutz Jänicke15 April 2002, 10:41:38 UTCSome more OID enhancements.15 April 2002, 10:41:38 UTC
2940a12 Lutz Jänicke15 April 2002, 09:55:40 UTCFix CRLF problem in BASE64 decode.15 April 2002, 09:55:40 UTC
f916052 Bodo Möller14 April 2002, 13:28:17 UTCremove disabled code14 April 2002, 13:28:17 UTC
2fb3f00 Bodo Möller14 April 2002, 13:05:15 UTCfix 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 Bodo Möller13 April 2002, 22:47:20 UTCImplement 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 Richard Levitte13 April 2002, 12:28:44 UTCAvoid emacs backup files when making a snapshot13 April 2002, 12:28:44 UTC
592c0e0 Ulf Möller13 April 2002, 09:58:50 UTCanother error discovered by Karsten Braaten. The number was not even prime!13 April 2002, 09:58:50 UTC
08b977b Bodo Möller12 April 2002, 13:52:40 UTClooks like a typo12 April 2002, 13:52:40 UTC
85fb12d Bodo Möller12 April 2002, 13:45:29 UTCclean up and synchronize with 0.9.6-stable12 April 2002, 13:45:29 UTC
b975183 Bodo Möller12 April 2002, 08:57:01 UTCECDSA representation bugfixes Submitted by: Nils Larsch12 April 2002, 08:57:01 UTC
083100e Richard Levitte11 April 2002, 22:13:58 UTCCheck error code from a2d_ASN1_OBJECT().11 April 2002, 22:13:58 UTC
241d2ba Richard Levitte11 April 2002, 21:51:40 UTCChange the date to XX xxx XXXX in development versions.11 April 2002, 21:51:40 UTC
e4fb497 Lutz Jänicke11 April 2002, 18:43:52 UTCSynchronize with 0.9.7-stable.11 April 2002, 18:43:52 UTC
381a146 Lutz Jänicke10 April 2002, 19:52:40 UTCSynchronize with 0.9.7-stable branch10 April 2002, 19:52:40 UTC
b4a2628 Lutz Jänicke10 April 2002, 12:35:45 UTCKeep my own specially optimized HP-UX shared library building up to date.10 April 2002, 12:35:45 UTC
6d498d4 Bodo Möller09 April 2002, 12:42:47 UTCharmonize capitalization09 April 2002, 12:42:47 UTC
d0561b5 Bodo Möller09 April 2002, 12:01:21 UTCfix ECDSA handling Submitted by: Nils Larsch09 April 2002, 12:01:21 UTC
4f4b192 Bodo Möller09 April 2002, 11:54:24 UTCadd usage examples09 April 2002, 11:54:24 UTC
0ae1661 Lutz Jänicke08 April 2002, 15:49:53 UTCApply OID fixes for elliptic curves as supplied by Nils Larsch <nlarsch@compuserve.de>.08 April 2002, 15:49:53 UTC
4e9ef33 Ulf Möller07 April 2002, 13:33:16 UTCerror reported by Karsten Braaten07 April 2002, 13:33:16 UTC
d16e113 Richard Levitte06 April 2002, 20:22:48 UTCAllow longer program names (VMS allows up to 39 characters). Submitted by Compaq.06 April 2002, 20:22:48 UTC
a18894d Richard Levitte06 April 2002, 19:16:12 UTCmake update (libeay.num has been edited to match 0.9.7-stable)06 April 2002, 19:16:12 UTC
dfee50e Richard Levitte06 April 2002, 19:00:50 UTCAllow longer program names (VMS allows up to 39 characters). Submitted by Compaq.06 April 2002, 19:00:50 UTC
1018998 Richard Levitte06 April 2002, 11:58:04 UTCOops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS06 April 2002, 11:58:04 UTC
d842546 Richard Levitte06 April 2002, 11:37:18 UTCRecognise 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 Richard Levitte06 April 2002, 11:35:49 UTCUse 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 Richard Levitte06 April 2002, 09:42:19 UTCMake 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 Lutz Jänicke04 April 2002, 17:48:37 UTCFix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).04 April 2002, 17:48:37 UTC
  • Newer
  • Older

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top