The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / openssl / openssl @ master

Name Size
  MacOS
  Netware
  VMS
  apps
  bugs
  certs
  crypto
  demos
  doc
  engines
  include
  ms
  os2
  shlib
  ssl
  test
  times
  tools
  util
ACKNOWLEDGMENTS 1.03 KB
CHANGES 438 KB
CHANGES.SSLeay 41.7 KB
Configure 104 KB
FAQ 45.4 KB
INSTALL 14.3 KB
INSTALL.DJGPP 2 KB
INSTALL.MacOS 3.19 KB
INSTALL.NW 18.4 KB
INSTALL.OS2 744 Bytes
INSTALL.VMS 10.7 KB
INSTALL.W32 11.6 KB
INSTALL.W64 2.12 KB
INSTALL.WCE 3.19 KB
LICENSE 6.13 KB
Makefile 24.1 KB
Makefile.bak 24.1 KB
Makefile.org 23.6 KB
Makefile.shared 21.4 KB
NEWS 30.4 KB
PROBLEMS 8.5 KB
README 8.92 KB
README.ASN1 7.52 KB
README.ENGINE 15.7 KB
config 27.7 KB
e_os.h 23 KB
e_os2.h 10.2 KB
install.com 3.62 KB
makevms.com 38.8 KB
openssl.doxy 137 Bytes
openssl.spec 7.74 KB

Latest revisions

# Date Author Comment
aa3b4b4d 08/07/2014 05:36 AM Fedor Indutny

deps: update openssl to v1.0.1i

20247064 07/02/2014 04:45 PM Fedor Indutny

deps: cherry-pick eca441b2 from OpenSSL

Original commit message:

bn_exp.c: fix x86_64-specific crash with one-word modulus.
PR: #3397

Signed-off-by: Fedor Indutny <>

9920ae67 06/05/2014 10:28 AM Fedor Indutny

Merge branch 'v0.10'

Conflicts:
ChangeLog
lib/events.js
lib/tls.js
src/node_constants.cc
src/node_crypto.cc
src/node_crypto.h
src/node_version.h

a7dd0e51 06/05/2014 10:11 AM Fedor Indutny

deps: update openssl to 1.0.1h

c20b209d 04/08/2014 12:56 AM Alexis Campailla

openssl: fix keypress requirement in apps on win32

Re-applying commit 153784b3489e2feb9d93a3a5eee5a4aa34f74e39, which
was overwritten by the update to openssl 1.0.1f.

Original source:

http://openssl.6102.n7.nabble.com/PATCH-s-client-Fix-keypress-requirement-with-redirected-input-on-Windows-td46787.html

d6fd1187 04/07/2014 04:58 PM Fedor Indutny

deps: update openssl to 1.0.1g

2cf7e5de 05/01/2013 10:45 AM Ben Noordhuis

Revert "deps: downgrade openssl to v1.0.0f"

After much investigation it turns out that the affected servers are
buggy. user-service.condenastdigital.com:443 in particular seems to
reject large TLS handshake records. Cutting down the number of
advertised ciphers or disabling SNI fixes the issue....

4fdb8acd 04/29/2013 06:12 AM Ben Noordhuis

deps: downgrade openssl to v1.0.0f

Several people have reported issues with IIS and Resin servers (or maybe
SSL terminators sitting in front of those servers) that are fixed by
downgrading OpenSSL. The AESNI performance improvements were nice but
stability is more important. Downgrade OpenSSL from 1.0.1e to 1.0.0f....

0dcbecd3 02/20/2013 08:01 AM Ben Noordhuis

crypto: fix uninitialized memory access in openssl

ASN1_STRING_to_UTF8() passes an ASN1_STRING to ASN1_STRING_set() but forgot to
initialize the `length` field.

Fixes the following valgrind error:

$ valgrind -q --track-origins=yes --num-callers=19 \
out/Debug/node test/simple/test-tls-client-abort.js...
da945a73 02/20/2013 08:00 AM Bert Belder

openssl: make perlasm target pentium or newer for masm outputs

When perlasm generates MASM code it sets the assembler target to 468.
In this mode MASM refuses to assemble a couple of instructions. Bumping
the target to 686 solves this problem.

View revisions

Also available in: Atom