index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/*: address standard-compilance nits.
Andy Polyakov
2018-07-20
3
-3
/
+11
*
bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.
Andy Polyakov
2018-07-20
1
-1
/
+1
*
ec/ec_lcl.h: fix pre-C9x compilation problems.
Andy Polyakov
2018-07-20
1
-9
/
+9
*
Validate legacy_version
Matt Caswell
2018-07-20
1
-0
/
+1
*
ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.
Andy Polyakov
2018-07-18
1
-9
/
+21
*
ec/ecdsa_ossl.c: formatting and readability fixes.
Andy Polyakov
2018-07-18
1
-30
/
+18
*
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
Andy Polyakov
2018-07-18
3
-70
/
+69
*
bn/bn_lib.c address Coverity nit in bn2binpad.
Andy Polyakov
2018-07-18
1
-12
/
+11
*
Fix typo in x25519-x86_64.pl
Mat
2018-07-17
1
-1
/
+1
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
10
-71
/
+141
*
EC2M Lopez-Dahab ladder implementation
Nicola Tuveri
2018-07-16
3
-60
/
+220
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
12
-57
/
+190
*
Remove stale SM2 error codes
Nicola Tuveri
2018-07-16
2
-6
/
+3
*
ec/curve25519.c: reorganize for better accessibility.
Andy Polyakov
2018-07-15
1
-143
/
+150
*
ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.
Andy Polyakov
2018-07-15
1
-1
/
+296
*
ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.
Andy Polyakov
2018-07-15
1
-4
/
+17
*
bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.
Andy Polyakov
2018-07-14
2
-6
/
+5
*
rsa/*: switch to BN_bn2binpad.
Andy Polyakov
2018-07-14
4
-59
/
+64
*
bn/bn_lib.c: make BN_bn2binpad computationally constant-time.
Andy Polyakov
2018-07-14
1
-8
/
+15
*
Fix undefined behavior in s390x aes-gcm/ccm
Patrick Steuer
2018-07-12
1
-19
/
+21
*
bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.
Andy Polyakov
2018-07-12
4
-33
/
+74
*
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
Andy Polyakov
2018-07-12
4
-14
/
+29
*
bn/bn_mont.c: improve readability of post-condition code.
Andy Polyakov
2018-07-12
1
-6
/
+5
*
bn/bn_mont.c: move boundary condition check closer to caller.
Andy Polyakov
2018-07-12
1
-3
/
+4
*
bn/bn_lib.c: remove bn_check_top from bn_expand2.
Andy Polyakov
2018-07-12
1
-5
/
+0
*
NCONF_get_number refix.
Pauli
2018-07-11
3
-12
/
+34
*
poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.
Andy Polyakov
2018-07-10
1
-39
/
+38
*
Correctly check for cryptodev hash support
Conrad Meyer
2018-07-09
1
-5
/
+5
*
modes/ocb128.c: readability and formatting improvements.
Andy Polyakov
2018-07-09
1
-15
/
+5
*
modes/ocb128.c: improve the calculation of double mask
DesWurstes
2018-07-09
1
-1
/
+1
*
Remove a memset
Matt Caswell
2018-07-07
1
-2
/
+0
*
Check a return value for success in ec_field_size()
Matt Caswell
2018-07-07
1
-1
/
+2
*
Fix some Coverity issues in sm2_encrypt()
Matt Caswell
2018-07-07
1
-9
/
+10
*
Check md_size isn't negative before we use it
Matt Caswell
2018-07-07
1
-5
/
+6
*
evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.
Andy Polyakov
2018-07-06
2
-8
/
+150
*
[crypto/ec] disable SCA mitigations for curves with incomplete parameters
Billy Brumley
2018-07-04
1
-22
/
+24
*
chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.
Andy Polyakov
2018-07-03
1
-74
/
+221
*
perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.
Andy Polyakov
2018-07-03
1
-1
/
+1
*
Check for NULL conf in NCONF_get_number
Pauli
2018-07-03
1
-4
/
+7
*
Remove development artifacts.
Pauli
2018-07-02
2
-2
/
+0
*
rand/rand_unix.c: address macro redifinition warning.
Andy Polyakov
2018-07-01
1
-1
/
+3
*
modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.
Andy Polyakov
2018-07-01
1
-5
/
+2
*
evp/e_chacha20_poly1305.c: improve performance for short TLS records.
Andy Polyakov
2018-06-29
1
-10
/
+148
*
Zero-fill IV by default.
Rich Salz
2018-06-28
1
-0
/
+1
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
1
-0
/
+2
*
Modify the DEVRANDOM source so that the files are kept open persistently.
Pauli
2018-06-27
5
-16
/
+214
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-0
/
+3
*
store/loader_file.c: fix char-subscripts warning.
Andy Polyakov
2018-06-25
1
-3
/
+3
*
PA-RISC assembly pack: make it work with GNU assembler for HP-UX.
Andy Polyakov
2018-06-25
7
-17
/
+88
*
rand/rand_unix.c: mask getentropy ELF detection on HP-UX.
Andy Polyakov
2018-06-25
1
-1
/
+1
[next]