Search results

From OpenSSLWiki
Jump to navigationJump to search
  • ...key g<sup>b</sup> mod p. She is not able to calculate the value b from Bob's public key as this is a hard mathematical problem (known as the discrete lo ...communication knows p, g, Alice's public key (g<sup>a</sup> mod p) and Bob's public key (g<sup>b</sup> mod p). She is unable to calculate the shared sec
    9 KB (1,422 words) - 14:34, 13 February 2021
  • '''The situation has changed greatly, starting with OpenSSL 1.1.1 which completely rewrote RNG. The concerns below do not really apply any m OpenSSL's default random number generator mixes in the PID, which provides a certain
    7 KB (1,139 words) - 18:56, 12 March 2021
  • ...tickets are likely to still be present and most relevant. As we go back in time we will see more and more which are no longer relevant - we will start hitt 1) The person triaging the report assigns a severity:
    4 KB (745 words) - 00:08, 30 April 2014
  • ...he code is beginning to see widespread testing as the release of OpenSSL 1.1.0 approaches. ...te. Versions prior to 1.0.2 did not perform hostname validation. Version 1.0.2 and up contain support for hostname validation, but they still require
    11 KB (1,531 words) - 19:15, 28 April 2018
  • ...use defects in the down level protocols to carry out other attacks. Table 1 below lists some of the losses that could occur when traversing down protoc {| class="wikitable" border="1"
    7 KB (1,114 words) - 22:59, 17 October 2014
  • ...byte (cpb). Typical C/C++ implementations run around 10 to 20 cpb and Andy's routines should outperform all of them. ...nse. The BSD style license is permissive and allows developers to use Andy's high speed cryptography without an OpenSSL dependency or licensing terms.
    15 KB (2,434 words) - 06:10, 14 March 2021
  • ...l be inversely proportional to the number of roles with any one individual's name next to them. Each role can have more than one person filling it, but The point is not to tell people what to do and not do: it’s to establish clear responsibilities so everyone can run with them right awa
    15 KB (2,536 words) - 10:35, 26 October 2015
  • ...byte (cpb). Typical C/C++ implementations run around 50 to 80 cpb and Andy's routines should outperform all of them. ...nse. The BSD style license is permissive and allows developers to use Andy's high speed cryptography without an OpenSSL dependency or licensing terms.
    18 KB (2,869 words) - 06:09, 14 March 2021
  • ...in the server's certificate. If you use a 2048-bit RSA prime in the server's certificate, then use a 2048-bit Diffie-Hellman group for key agreement. if (1 != SSL_CTX_set_tmp_dh (ctx, dh))
    13 KB (2,037 words) - 20:55, 12 May 2021
  • ...is at most 38%. Some estimates have shown English characters provide only 1 bit/byte (or 12%). Other sources used as a random stream will have differen ...below) and must produce quality output (''quod vide''). When using OpenSSL's APIs, you will be asked to estimate entropy when seeding or reseeding (inpu
    27 KB (4,265 words) - 02:33, 27 July 2019
  • ...</tt> in the <tt>apps/</tt> directory of the OpenSSL distribution. OpenSSL's <tt>s_client</tt> implements nearly every client side feature available fro ...nSSL [http://www.openssl.org/news/changelog.html Change Log] for OpenSSL 1.1.0 states you can use <tt>-verify_name</tt> option, and <tt>apps.c</tt> offe
    24 KB (3,955 words) - 15:33, 12 December 2022
  • == Main Changes in OpenSSL 3.0 from OpenSSL 1.1.1 == ...with OpenSSL 3.0 if those applications previously worked with OpenSSL 1.1.1. However this is not guaranteed and some changes may be required in some ca
    54 KB (7,479 words) - 12:36, 20 September 2021
  • ...e instructions below apply to it. Second is the build system for OpenSSL 1.1.0 and above. The instructions are similar, but not the same. For example, t ...y performs as expected under its self tests. If you are building OpenSSL 1.1.0 and above, then you will also need PERL 5.10 or higher (see <tt>README.PE
    35 KB (5,320 words) - 13:58, 16 April 2021
  • * 1. Redistributions of source code must retain the above copyright int setup_ok = 1;
    13 KB (2,051 words) - 11:03, 10 August 2017
  • ...ed with most if not all [https://www.perl.org/ Perl] distributions, and it's capable of displaying documentation information in a variety of formats, on As mentioned above, the <tt>version</tt> command's help menu may be queried for additional options like so:
    35 KB (5,360 words) - 11:56, 24 June 2022
  • ...invoke the compiler you specify through <tt>FIPSLD_CC</tt>. When it comes time to link, <tt>fisld</tt> will compile <tt>fips_premain.c</tt>, add <tt>fipsc ...demonstrates the procedures on Debian 7.3 (x64) using OpenSSL FIPS Capable 1.0.1f and the FIPS Object Module 2.0.5. The example demonstrates Clang and C
    17 KB (2,747 words) - 19:02, 17 March 2014