index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_acpt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-20
update pyca/cryptography submodule
Paul Kehrer
1
-0
/
+0
2018-06-20
Fix no-sm2
Matt Caswell
1
-22
/
+7
2018-06-20
Fix test sm2 test failure with ec blinding
Bernd Edlinger
1
-7
/
+20
2018-06-19
Fix enable-ssl3 enable-ssl3-method
Matt Caswell
1
-0
/
+3
2018-06-19
Improve the output of `make doc-nits`
Dr. Matthias St. Pierre
1
-1
/
+3
2018-06-19
Fix & update documentation about RAND_priv_bytes()
Nicola Tuveri
3
-23
/
+75
2018-06-19
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
14
-7
/
+117
2018-06-19
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
18
-126
/
+445
2018-06-19
Add EVP_PKEY_set_alias_type
Jack Lloyd
8
-4
/
+43
2018-06-19
Convert our own check of OPENSSL_NO_DEPRECATED
Richard Levitte
1
-1
/
+1
2018-06-19
Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'
Richard Levitte
1
-3
/
+1
2018-06-18
ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.
Andy Polyakov
1
-1
/
+1
2018-06-18
{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.
Andy Polyakov
2
-2
/
+2
2018-06-18
sha/asm/sha{1|256}-586.pl: harmonize clang version detection.
Andy Polyakov
2
-2
/
+2
2018-06-18
bn/asm/rsaz-avx2.pl: harmonize clang version detection.
Andy Polyakov
1
-1
/
+1
2018-06-18
Fix error number clash
Matt Caswell
2
-4
/
+4
2018-06-18
add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architec...
David von Oheimb
1
-1
/
+1
2018-06-18
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
12
-7
/
+39
2018-06-18
remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...
David von Oheimb
1
-10
/
+2
2018-06-15
RAND_POOL: Add missing implementations for djgpp
Dr. Matthias St. Pierre
1
-4
/
+5
2018-06-15
Repair broken C syntax (missing close parens) in a manual page.
Eric S. Raymond
1
-5
/
+5
2018-06-15
Update certificates in demos/bio, demos/cms, demos/smime
David Cooper
12
-291
/
+451
2018-06-14
bn/bn_exp.c: harmonize all code paths with last commit.
Andy Polyakov
1
-22
/
+33
2018-06-14
Configurations/10-main.conf: improve Makefile readability on AIX and Solaris.
Andy Polyakov
1
-7
/
+7
2018-06-14
Configurations/10-main.conf: move hpux-shared flags to hpux-common.
Andy Polyakov
2
-14
/
+12
2018-06-13
Fix manpage problems
Eric S. Raymond
2
-3
/
+1
2018-06-13
Add blinding to an ECDSA signature
Matt Caswell
2
-7
/
+67
2018-06-13
Configurations/10-main.conf: replace -bexpall with explicit list on AIX.
Andy Polyakov
3
-6
/
+22
2018-06-13
Configurations/10-main.conf: AIX configs unification.
Andy Polyakov
2
-39
/
+22
2018-06-13
Configure: add shared() to facilitate shared-specific flags.
Andy Polyakov
1
-1
/
+4
2018-06-13
Configurations/10-main.conf: reinstate soname on Solaris.
Andy Polyakov
2
-10
/
+9
2018-06-13
doc/man7/passphrase-encoding.pod: Make consistent
Richard Levitte
1
-4
/
+4
2018-06-12
Document return value of X509_add_ext
Viktor Dukhovni
1
-2
/
+4
2018-06-12
Deprecate DSA_sign_setup() in the documentation
Nicola Tuveri
1
-7
/
+6
2018-06-12
Make ck_errf.pl ignore commented out error generation
Richard Levitte
1
-1
/
+1
2018-06-12
.travis.yml: give make update exit code meaning again
Richard Levitte
1
-2
/
+2
2018-06-12
make errors: use the new util/ck_errf.pl options
Richard Levitte
1
-3
/
+5
2018-06-12
util/ck_errf.pl: add functionality that brings it closer to util/mkerr.pl
Richard Levitte
1
-10
/
+68
2018-06-12
Reject excessively large primes in DH key generation.
Guido Vranken
1
-1
/
+6
2018-06-11
util/ck_errf.pl: add detection of unknown libcrypto and libssl libs
Richard Levitte
1
-2
/
+21
2018-06-11
export data_dir of Test.pm, which was forgotten in #5928
David von Oheimb
1
-1
/
+1
2018-06-11
Remodel the if sequence for handling alerts
Matt Caswell
1
-36
/
+28
2018-06-11
Don't send a warning alert in TLSv1.3
Matt Caswell
1
-1
/
+3
2018-06-11
Fix TLSv1.3 alert handling
Matt Caswell
1
-26
/
+31
2018-06-11
VMS: have mkdef.pl parse lettered versions properly
Richard Levitte
1
-1
/
+1
2018-06-11
Add support for RSA-PSS to X509_certificate_type()
Todd Short
1
-0
/
+3
2018-06-09
bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.
Andy Polyakov
1
-0
/
+3
2018-06-09
rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
Andy Polyakov
1
-8
/
+16
2018-06-09
rand/rand_unix.c: omit error from DSO_global_lookup.
Andy Polyakov
1
-0
/
+2
2018-06-08
New GOST identificators
Dmitry Belyavskiy
5
-5
/
+227
[next]