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
2f81b64 Richard Levitte12 July 2004, 12:49:29 UTCRecent changes from 0.9.6-stable.12 July 2004, 12:49:29 UTC
3001755 Richard Levitte28 June 2004, 13:05:53 UTCRecent changes from 0.9.6-stable.28 June 2004, 13:05:53 UTC
46e9a49 Richard Levitte06 May 2004, 09:55:18 UTCRecent changes from 0.9.6-stable.06 May 2004, 09:55:18 UTC
df25730 Richard Levitte21 April 2004, 16:00:18 UTCRecent changes from 0.9.6-stable.21 April 2004, 16:00:18 UTC
d994be0 Richard Levitte30 March 2004, 16:40:09 UTCRecent changes from 0.9.6-stable.30 March 2004, 16:40:09 UTC
6095252 Richard Levitte23 March 2004, 17:53:27 UTCmake update23 March 2004, 17:53:27 UTC
20d26fb Richard Levitte23 March 2004, 15:18:17 UTCChanges from 0.9.6-stable23 March 2004, 15:18:17 UTC
85994a9 Mark J. Cox17 March 2004, 11:48:15 UTCBump after tagging17 March 2004, 11:48:15 UTC
36800c3 Mark J. Cox17 March 2004, 11:45:35 UTCFix null-pointer assignment in do_change_cipher_spec() revealed by using the Codenomicon TLS Test Tool (CAN-2004-0079) Prepare for 0.9.6m release Submitted by: Steven Henson Reviewed by: Joe Orton Approved by: Mark Cox17 March 2004, 11:45:35 UTC
c08c1f7 Dr. Stephen Henson17 March 2004, 01:21:11 UTCWin32 fixes.17 March 2004, 01:21:11 UTC
29348d3 Richard Levitte08 March 2004, 04:37:04 UTCRecent changes from 0.9.6-stable.08 March 2004, 04:37:04 UTC
649ce05 Dr. Stephen Henson08 February 2004, 13:31:32 UTCFix handling of -offset and -length in asn1parse tool. If -offset exceeds -length of data available exit with an error. Don't read past end of total data available when -offset supplied. If -length exceeds total available truncate it.08 February 2004, 13:31:32 UTC
2f1d799 Richard Levitte29 January 2004, 09:42:47 UTCRecent changes from 0.9.6-stable.29 January 2004, 09:42:47 UTC
e7534d6 Richard Levitte23 January 2004, 16:08:20 UTCRecent changes from 0.9.6-stable.23 January 2004, 16:08:20 UTC
91de3e1 Dr. Stephen Henson21 January 2004, 13:12:10 UTCReplace expired certificate.21 January 2004, 13:12:10 UTC
afa0a96 cvs2svn21 January 2004, 13:08:14 UTCThis commit was manufactured by cvs2svn to create branch 'OpenSSL-engine- 0_9_6-stable'.21 January 2004, 13:08:14 UTC
815d705 Dr. Stephen Henson21 January 2004, 13:08:11 UTCReplace expired certificate.21 January 2004, 13:08:11 UTC
30cb9ec Andy Polyakov21 January 2004, 08:17:08 UTCSHA-1 assembler tune-up for Intel P421 January 2004, 08:17:08 UTC
0a4110c Richard Levitte19 January 2004, 09:23:52 UTCRecent changes from 0.9.6-stable.19 January 2004, 09:23:52 UTC
d1914bf Richard Levitte19 January 2004, 08:33:36 UTCRecent and not so recent changes from 0.9.6-stable.19 January 2004, 08:33:36 UTC
af6dab9 Richard Levitte10 January 2004, 18:04:38 UTCAdding a slash between the directoryt and the file is a problem with VMS. The C RTL can handle it well if the "directory" is a logical name with no colon, therefore ending being 'logname/file'. However, if the given logical names actually has a colon, or if you use a full VMS-syntax directory, you end up with 'logname:/file' or 'dev:[dir1.dir2]/file', and that isn't handled in any good way. So, on VMS, we need to check if the directory string ends with a separator (one of ':', ']' or '>' (< and > can be used instead [ and ])), and handle that by not inserting anything between the directory spec and the file name. In all other cases, it's assumed the directory spec is a logical name, so we need to place a colon between it and the file. Notified by Kevin Greaney <kevin.greaney@hp.com>.10 January 2004, 18:04:38 UTC
cdb42bc Lutz Jänicke08 January 2004, 07:46:37 UTCCover all DSA setups when running tests PR: #748 Submitted by: Kirill Kochetkov <kochet@ixbt.com>08 January 2004, 07:46:37 UTC
fc56b52 Lutz Jänicke08 January 2004, 07:38:15 UTCUpdates to s_time manual page PR: #570 Submitted by: Martin Witzel <MWITZEL@de.ibm.com>08 January 2004, 07:38:15 UTC
a32fc68 Lutz Jänicke04 January 2004, 18:59:14 UTCAdd s_time manual page Submitted by: "Martin Witzel" <MWITZEL@de.ibm.com> PR: #57004 January 2004, 18:59:14 UTC
c0017a5 Lutz Jänicke04 January 2004, 18:05:50 UTCUpdate URI Submitted by: Gertjan van Oosten <gertjan@West.NL> PR: #80404 January 2004, 18:05:50 UTC
344e866 Lutz Jänicke04 January 2004, 17:53:21 UTCunintptr_t and <inttypes.h> are not strictly portable with respect to ANSI C 89. Undo change to maintain compatibility.04 January 2004, 17:53:21 UTC
0755217 Richard Levitte27 December 2003, 16:13:18 UTCFix Perl problems on sparc64. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 16:13:18 UTC
5fdf066 Richard Levitte27 December 2003, 16:10:30 UTCAvoid including cryptlib.h, it's not really needed. Check if IDEA is being built or not. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 16:10:30 UTC
f28e8bd Richard Levitte27 December 2003, 16:07:20 UTCOnly use environment variables if uid and gid are the same as euid and egid. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 16:07:20 UTC
de02ec2 Richard Levitte27 December 2003, 16:02:22 UTCCheck if a random "file" is really a device file, and treat it specially if it is. Add a few OpenBSD-specific cases. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 16:02:22 UTC
1123410 Richard Levitte27 December 2003, 15:04:54 UTCCorrect documentation typos. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 15:04:54 UTC
7cf8032 Richard Levitte27 December 2003, 15:02:56 UTCOpenBSD-internal changes. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 15:02:56 UTC
79b42e7 Richard Levitte27 December 2003, 14:59:07 UTCUse sh explicitely to run point.sh This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 14:59:07 UTC
f0c5db9 Richard Levitte27 December 2003, 14:54:48 UTCInclude strings.h so strcasecmp() and strncasecmp() get properly declared.27 December 2003, 14:54:48 UTC
d420ac2 Richard Levitte27 December 2003, 14:40:17 UTCUse BUF_strlcpy() instead of strcpy(). Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 14:40:17 UTC
b79aa47 Richard Levitte27 December 2003, 14:26:14 UTCAdd a newline at the end of the last line. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>27 December 2003, 14:26:14 UTC
e88c577 Dr. Stephen Henson20 December 2003, 22:48:21 UTCTypos.20 December 2003, 22:48:21 UTC
a2b0de9 Richard Levitte11 December 2003, 18:01:03 UTCTo figure out if we're going outside the buffer, use the size of the buffer, not the size of the integer used to index in said buffer. PR: 794 Notified by: Rhett Garber <rhett_garber@hp.com>11 December 2003, 18:01:03 UTC
4775944 Richard Levitte10 December 2003, 14:31:55 UTCDocument that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()). Correct the typo PUKEY...10 December 2003, 14:31:55 UTC
2abd5b7 Richard Levitte10 December 2003, 13:57:51 UTCDocument that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()). Correct the typo PUKEY...10 December 2003, 13:57:51 UTC
380e145 Ulf Möller06 December 2003, 11:55:46 UTCAdd "dif" variable to clean up the loop implementations. Submitted by: Nils Larsch06 December 2003, 11:55:46 UTC
a9f2330 Ulf Möller06 December 2003, 11:41:22 UTCSkip a curve with generator of non-prime order. Submitted by: Nils Larsch06 December 2003, 11:41:22 UTC
ce38bb1 Ulf Möller06 December 2003, 11:39:37 UTCAvoid segfault if ret==0. Submitted by: Nils Larsch06 December 2003, 11:39:37 UTC
919f8bc Lutz Jänicke03 December 2003, 16:29:41 UTCRestructure make targets to allow parallel make. Submitted by: Witold Filipczyk <witekfl@poczta.gazeta.pl> PR: #51303 December 2003, 16:29:41 UTC
2bfd2c7 Geoff Thorpe02 December 2003, 20:01:30 UTCIncremental cleanups to bn_lib.c. - Add missing bn_check_top() calls and relocate some others - Use BN_is_zero() where appropriate - Remove assert()s that bn_check_top() is already covering - Simplify the code in places (esp. bn_expand2()) - Only keep ambiguous zero handling if BN_STRICT isn't defined - Remove some white-space and make some other aesthetic tweaks02 December 2003, 20:01:30 UTC
82b2f57 Geoff Thorpe02 December 2003, 03:28:24 UTCUse the BN_is_odd() macro in place of code that (inconsistently) does much the same thing. Also, I have some stuff on the back-burner related to some BN_CTX notes from Peter Gutmann about his cryptlib hacks to the bignum code. The BN_CTX comments are there to remind me of some relevant points in the code.02 December 2003, 03:28:24 UTC
2ae1ea3 Geoff Thorpe02 December 2003, 03:16:56 UTCBN_FLG_FREE is of extremely dubious usefulness, and is only referred to once in the source (where it is set for the benefit of no other code whatsoever). I've deprecated the declaration in the header and likewise made the use of the flag conditional in bn_lib.c. Note, this change also NULLs the 'd' pointer in a BIGNUM when it is reset but not deallocated.02 December 2003, 03:16:56 UTC
34066d7 Geoff Thorpe01 December 2003, 23:13:17 UTCDeclare the static BIGNUM "BN_value_one()" more carefully.01 December 2003, 23:13:17 UTC
b74cc07 Geoff Thorpe01 December 2003, 23:11:45 UTCAdd missing bn_check_top()s to bn_kron.c, remove some miscellaneous white-space, and include extra headers to satisfy debugging builds.01 December 2003, 23:11:45 UTC
e7e5fe4 Geoff Thorpe01 December 2003, 23:10:21 UTCAdd missing bn_check_top()s to bn_gf2m.c and remove some miscellaneous white-space.01 December 2003, 23:10:21 UTC
998ae04 Geoff Thorpe01 December 2003, 22:11:08 UTCThe bn_set_max() macro is only "used" by the bn_set_[low|high]() macros which, in turn, are used nowhere at all. This is a good thing because bn_set_max() would currently generate code that wouldn't compile (BIGNUM has no 'max' element). The only apparent use for bn_set_[low|high] would be for implementing windowing algorithms, and all of openssl's seem to use bn_***_words() helpers instead (including the BN_div() that Nils fixed recently, which had been using independently-coded versions of what these unused macros are intended for). I'm therefore consigning these macros to cvs oblivion in the name of readability.01 December 2003, 22:11:08 UTC
e65c2b9 Geoff Thorpe01 December 2003, 21:59:40 UTCbn_fix_top() exists for compatibility's sake and is mapped to bn_correct_top() or bn_check_top() depending on debug settings. For internal source, all bn_fix_top()s should be converted one way or the other depending on whether the use of bn_correct_top() is justified. For BN_div_recp(), these cases should not require correction if the other bignum functions are doing their jobs properly, so convert to bn_check_top().01 December 2003, 21:59:40 UTC
2fe9ab8 Richard Levitte01 December 2003, 13:25:37 UTCIt was pointed out to me that if the requested size is 0, we shouldn't ty to allocate anything at all. This will allow eNULL to still work. PR: 751 Notified by: Lutz Jaenicke01 December 2003, 13:25:37 UTC
1145e03 Richard Levitte01 December 2003, 12:11:55 UTCCheck that OPENSSL_malloc() really returned some memory. PR: 751 Notified by: meder@mcs.anl.gov Reviewed by: Lutz Jaenicke, Richard Levitte01 December 2003, 12:11:55 UTC
6781efb Richard Levitte01 December 2003, 12:06:15 UTCCRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL if the give size is 0. This is a thought that came up in PR 751.01 December 2003, 12:06:15 UTC
0bf1c1d Lutz Jänicke01 December 2003, 08:12:47 UTCSome more ASFLAGS settings required PR: #735 Submitted by: Tim Rice <tim@multitalents.net>01 December 2003, 08:12:47 UTC
6ed474c Geoff Thorpe30 November 2003, 23:29:27 UTCAdd more debugging to my Configure target, and "make update" to incorporate this and a few other changes.30 November 2003, 23:29:27 UTC
46cb8d3 Geoff Thorpe30 November 2003, 22:23:12 UTCIf BN_STRICT is defined, don't accept an ambiguous representation of zero (ie. where top may be zero, or it may be one if the corresponding word is set to zero). Note, this only affects the macros in bn.h, there are probably similar corrections required in some c files. Also, clarify the audit-related macros at the top of the header. Mental note: I must not forget to clean all this out before 0.9.8 is released ...30 November 2003, 22:23:12 UTC
23fc5ac Geoff Thorpe30 November 2003, 22:02:10 UTCImprove a couple of the bignum macros. Note, this doesn't eliminate tolerance of ambiguous zero-representation, it just improves BN_abs_is_word() and simplifies other macros that depend on it.30 November 2003, 22:02:10 UTC
5734beb Geoff Thorpe30 November 2003, 21:21:30 UTCMake BN_DEBUG_RAND less painfully slow by only consuming one byte of pseudo-random data for each bn_pollute().30 November 2003, 21:21:30 UTC
657a919 Geoff Thorpe29 November 2003, 20:34:07 UTCThis improves the placement of check_top() macros in a couple of bn_lib functions.29 November 2003, 20:34:07 UTC
6859bb1 Richard Levitte29 November 2003, 10:33:25 UTCMake sure the documentation matches reality. PR: 755 Notified by: Jakub Bogusz <qboosh@pld-linux.org>29 November 2003, 10:33:25 UTC
3822740 Richard Levitte29 November 2003, 10:25:37 UTCWe're getting a clash with C++ because it has a type called 'list'. Therefore, change all instances of the symbol 'list' to something else. PR: 758 Submitted by: Frédéric Giudicelli <groups@newpki.org>29 November 2003, 10:25:37 UTC
0d78bc3 Richard Levitte29 November 2003, 09:25:59 UTCAdd IPSec/IKE/Oakley curves. PR: 768 Submitted by: Vadim Fedukovich <vf@unity.net>29 November 2003, 09:25:59 UTC
d87b79b Richard Levitte29 November 2003, 09:19:12 UTCDamnit, I'm sick of having to do something special every time a module that gets built before objects barfs all over the place because it uses a new NID that hasn't had a chance of getting defined yet (in this case, it was about a couple of new EC curves, and therefore a couple of new corresponding NIDs). I'm placing objects first in SDIRS! There.29 November 2003, 09:19:12 UTC
70ef9c5 Richard Levitte28 November 2003, 23:03:14 UTCRSA_size() and DH_size() return the amount of bytes in a key, and we compared it to the amount of bits required... PR: 770 Submitted by: c zhang <czhang2005@hotmail.com>28 November 2003, 23:03:14 UTC
b727907 Richard Levitte28 November 2003, 22:39:19 UTC1024 is the export key bits limit according to current regulations, not 512. PR: 771 Submitted by: c zhang <czhang2005@hotmail.com>28 November 2003, 22:39:19 UTC
444c3a8 Geoff Thorpe28 November 2003, 16:39:16 UTCGet rid of some signed/unsigned comparison warnings.28 November 2003, 16:39:16 UTC
0b352c5 Richard Levitte28 November 2003, 14:51:30 UTCMake a number of changes to the OS/2 build. Submitter's comment below. PR: 732 Submitted by: Ilya Zakharevich <nospam-abuse@ilyaz.org> Submitter's comment: This patch: a) Introduces a new file os2/backwardify.pl. b) Introduces a new mk1mf.pl variable $preamble. As you can see, it may be used also to move some OS-specific code to VC-CE too (the the first chunk of the patch); c) The DESCRIPTION specifier of the .def file is made more informative: now it contains the version number too. On OS/2 it is made conformant to OS/2 conventions; in particular, when one runs the standard command BLDLEVEL this.DLL one can see: Vendor: www.openssl.org/ Revision: 0.9.7c Description: OpenSSL: implementation of Secure Socket Layer; DLL for library crypto. Build for EMX -Zmtd [I did not make Win32 descriptions as informative as this - I'm afraid to break something. Be welcome to fix this.] d) On OS/2 the generated DLL was hardly usable (it had a shared initialized data segment). e) On OS/2 the generated DLLs had names like ssl.dll. However, DLL names on OS/2 are "global data". It is hard to have several DLLs with the same name on the system. Thus this precluded coexistence of OpenSSL with DLLs for other SLL implementations - or other name clashes. I transparently changed the names of the DLLs to open_ssl.dll and cryptssl.dll. f) The file added in (a) is used to create "forwarder" DLLs, so the applications expecting the "old" DLL names may use the new DLLs transparently. (A presence of these DLLs on the system nullifies (e), but makes old applications work. This is a stopgap measure until the old applications are relinked. Systems with no old applications do not need these DLLs, so may enjoy all the benefits of (e).) The new DLLs are placed in os2/ and os2/noname subdirectories. g) The makefiles created with os2/OS2-EMX.cmd did not work (some mysterious meaningless failures). The change to util/pl/OS2-EMX.pl uses the variable introduced in (b) to switch the Makefiles to SHELL=sh syntax. All these backslashes are removed, and the generated Makefiles started to work. h) Running os2/OS2-EMX.cmd now prints out what to do next.28 November 2003, 14:51:30 UTC
03ddbdd Richard Levitte28 November 2003, 14:45:09 UTCMove another common functionality (reproduced so far with cut'n'paste) to apps.c, and give it the hopefully descriptive name parse_yesno().28 November 2003, 14:45:09 UTC
5ebdb39 Richard Levitte28 November 2003, 14:32:31 UTCLet's use text/plain in the example instead of crapy HTML. PR: 777 Submitted by: Michael Shields <mshields@sunblocksystems.com>28 November 2003, 14:32:31 UTC
d45a098 Richard Levitte28 November 2003, 14:18:05 UTCForgot to change the declaration of do_subject() to one of parse_name()...28 November 2003, 14:18:05 UTC
6d5ffb5 Richard Levitte28 November 2003, 14:07:14 UTCMove do_subject() to apps.c and rename it to parse_name(). The rationale behind the move is that it's use by several applications. The rationale behind the name change is that it describes what the function does a bit better.28 November 2003, 14:07:14 UTC
7ce9e42 Richard Levitte28 November 2003, 14:04:09 UTCAllow multi-valued rdns in subjects. This adds the -multivalue-rdn option to 'openssl req' and 'openssl ca'. PR: 779 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de> Reviewed by: Richard Levitte (there will be some follow-up changes)28 November 2003, 14:04:09 UTC
4d8743f Richard Levitte28 November 2003, 13:10:58 UTCNetware-specific changes, PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte28 November 2003, 13:10:58 UTC
4c8b4f9 Richard Levitte28 November 2003, 12:54:11 UTCChange my debugging entries to do fierce BIGNUM debugging.28 November 2003, 12:54:11 UTC
81ba5f6 Geoff Thorpe25 November 2003, 21:07:59 UTCDue to recent debugging bursts, openssl should be more or less solid against inconsistent BIGNUMs coming out of any of its API functions. So this change no longer "fixes" the bn_print.c functions, but it makes for cleaner code. This patch was a part of ticket 697. PR: 697 Submitted by: Otto Moerbeek Reviewed by: Geoff Thorpe25 November 2003, 21:07:59 UTC
6defae0 Geoff Thorpe25 November 2003, 20:39:19 UTCFix some handling in bn_word. This also resolves the issues observed in ticket 697 (though uses a different solution than the proposed one). This problem was initially raised by Otto Moerbeek. PR: 697 Submitted by: Nils Larsch Reviewed by: Geoff Thorpe25 November 2003, 20:39:19 UTC
e1064ad Geoff Thorpe25 November 2003, 03:41:20 UTCSome changes for bn_gf2m.c: better error checking plus some minor optimizations. Submitted by: Nils Larsch25 November 2003, 03:41:20 UTC
d7559f1 Lutz Jänicke24 November 2003, 16:48:52 UTCFree "engine" resource in case of failure to prevent memory leak PR: #778 Submitted by: George Mitchell <george@m5p.com>24 November 2003, 16:48:52 UTC
b2ffd60 Richard Levitte24 November 2003, 10:56:05 UTCRecent changes from 0.9.6-stable.24 November 2003, 10:56:05 UTC
9e98981 Geoff Thorpe22 November 2003, 20:23:41 UTCBN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words and bn_add_words to avoid using fake bignums to window other bignums that can lead to corruption. This change allows all bignum tests to pass with BN_DEBUG and BN_DEBUG_RAND debugging and valgrind. NB: This should be tested on a few different architectures and configuration targets, as the bignum code this deals with is quite preprocessor (and assembly) sensitive. Submitted by: Nils Narsch Reviewed by: Geoff Thorpe, Ulf Moeller22 November 2003, 20:23:41 UTC
ec2179c Geoff Thorpe21 November 2003, 21:42:35 UTCFix a small bug in str_copy: if more than one variable is replaced, make sure the current length is used to calculate the new buffer length instead of using the old length (prior to any variable substitution). Submitted by: Nils Larsch21 November 2003, 21:42:35 UTC
a8287a9 Dr. Stephen Henson20 November 2003, 22:45:06 UTCGive CRLDP its standard name. Max req -x509 use V1 if extensions section absent.20 November 2003, 22:45:06 UTC
ad5f0ed Andy Polyakov20 November 2003, 19:10:36 UTChpux64-parisc2-gcc target added. Once it is verified, ./config should be modified to choose it instead of hpux64-parisc-gcc, which should then be removed. hpux64-parisc-cc is removed already now as redundant [in case you wonder, 64-bit HP-UX ABI *implies* PA-RISC2.0].20 November 2003, 19:10:36 UTC
0a4c8ba Andy Polyakov20 November 2003, 18:33:20 UTC./config failed to correctly detect if gcc uses 64-bit ABI on HP-UX. PR: 77220 November 2003, 18:33:20 UTC
95de3d2 Lutz Jänicke18 November 2003, 18:27:12 UTCMake sure to initialize AES counters to obtain proper results. Submitted by: Kirill Kochetkov <kochet@ixbt.com> PR: #74818 November 2003, 18:27:12 UTC
31182ad Ulf Möller16 November 2003, 19:33:31 UTCre-enable the test, keeping the original method for RAND_pseudo_bytes which is used by BN_DEBUG_RAND Submitted by: Nils Larsch16 November 2003, 19:33:31 UTC
f35232e Lutz Jänicke16 November 2003, 16:30:39 UTCCatch error condition to prevent NULL pointer dereference. Submitted by: Goetz Babin-Ebell <babin-ebell@trustcenter.de> PR: #76616 November 2003, 16:30:39 UTC
fda5e38 Lutz Jänicke16 November 2003, 14:38:34 UTCProvide ASFLAGS in the subdirectories handling assembler code. Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #76516 November 2003, 14:38:34 UTC
ac9c6e1 Ulf Möller16 November 2003, 12:24:45 UTCThe x9.62 tests replace the PRNG with specific numbers, so don't run them if BN_DEBUG_RAND is defined. Also, fix another small bug. Submitted by: Nils Larsch16 November 2003, 12:24:45 UTC
1a01733 Ulf Möller15 November 2003, 08:37:50 UTCBN_set_bit() etc should use "unsigned int". Keep it as is to avoid an API change, but check for negativ values. Submitted by: Nils Larsch15 November 2003, 08:37:50 UTC
d2cd461 Richard Levitte14 November 2003, 14:06:40 UTCLess restrictive debugging build.14 November 2003, 14:06:40 UTC
9dde17e Geoff Thorpe13 November 2003, 15:03:14 UTCThis rewrites two "for" loops in BN_rshift() - equality with zero is generally a more efficient comparison than comparing two integers, and the first of these two loops was off-by-one (copying one too many values). This change also removes a superfluous assignment that would set an unused word to zero (and potentially allow an overrun in some cases). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe13 November 2003, 15:03:14 UTC
37af03d Geoff Thorpe10 November 2003, 18:09:18 UTCGeneral improvements to the ec_asn1.c code. This squashes at least one bug (where it was impossible to create an EC certificate with a compressed public key), and has some style improvements based on some comments from Steve Henson about use of the ASN1 macros. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe10 November 2003, 18:09:18 UTC
f7a397c Geoff Thorpe10 November 2003, 18:05:22 UTCAvoid possible memory leaks in error-handling. Submitted by: Nils Larsch Reviewed by: Geoff Thorpe10 November 2003, 18:05:22 UTC
cd2e8a6 Dr. Stephen Henson10 November 2003, 01:37:23 UTCPrint out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().10 November 2003, 01:37:23 UTC
d18b993 Ulf Möller07 November 2003, 01:33:00 UTCGeoff suggested a more succinct description for "top".07 November 2003, 01:33:00 UTC
e6e81c5 Ulf Möller07 November 2003, 00:07:28 UTCoops... the description of ->top was inaccurate (the example is correct though)07 November 2003, 00:07:28 UTC
f75abce Geoff Thorpe06 November 2003, 23:24:44 UTCThis extends the debugging macros to use "pollution" during bn_correct_top(), previously only bn_check_top() did this.06 November 2003, 23:24:44 UTC
  • Newer
  • Older

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

back to top