• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révisioncf9143f945a67f3d540e2704fdbdf1bdc985233d (tree)
l'heure2019-05-28 21:56:29
AuteurRichard Levitte <richard@levi...>
CommiterRichard Levitte

Message de Log

Prepare for 1.0.2s release

Reviewed-by: Matt Caswell <matt@openssl.org>

Change Summary

Modification

--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
77 https://github.com/openssl/openssl/commits/ and pick the appropriate
88 release branch.
99
10- Changes between 1.0.2r and 1.0.2s [xx XXX xxxx]
10+ Changes between 1.0.2r and 1.0.2s [28 May 2019]
1111
1212 *) Change the default RSA, DSA and DH size to 2048 bit instead of 1024.
1313 This changes the size when using the genpkey app when no size is given. It
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.0.2s-dev
2+ OpenSSL 1.0.2s 28 May 2019
33
44 Copyright (c) 1998-2019 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -30,11 +30,11 @@ extern "C" {
3030 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3131 * major minor fix final patch/beta)
3232 */
33-# define OPENSSL_VERSION_NUMBER 0x10002130L
33+# define OPENSSL_VERSION_NUMBER 0x1000213fL
3434 # ifdef OPENSSL_FIPS
35-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-fips-dev xx XXX xxxx"
35+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-fips 28 May 2019"
3636 # else
37-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-dev xx XXX xxxx"
37+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s 28 May 2019"
3838 # endif
3939 # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
4040