index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply self-imposed path length also to root CAs
Viktor Dukhovni
2018-10-18
1
-5
/
+4
*
Only CA certificates can be self-issued
Viktor Dukhovni
2018-10-18
1
-2
/
+2
*
s390x assembly pack: add OPENSSL_s390xcap environment variable.
Patrick Steuer
2018-10-17
3
-13
/
+556
*
Deprecate ECDH_KDF_X9_62()
Antoine Salon
2018-10-17
1
-0
/
+2
*
EVP module documentation pass
Antoine Salon
2018-10-17
5
-9
/
+31
*
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
Dr. Matthias St. Pierre
2018-10-16
10
-44
/
+116
*
rsa/rsa_ossl.c: fix and extend commentary [skip ci].
Andy Polyakov
2018-10-12
1
-1
/
+2
*
sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.
Andy Polyakov
2018-10-12
1
-2
/
+2
*
Safer memory cleanup in (crypto/rsa/rsa_lib.c)
Mykola Baibuz
2018-10-11
1
-8
/
+8
*
crypto/rand: fix some style nit's
FdaSilvaYY
2018-10-10
3
-12
/
+12
*
rand_unix.c: fix --with-rand-seed=none build
Dr. Matthias St. Pierre
2018-10-10
1
-15
/
+22
*
Fix a nit of copyright date range
Paul Yang
2018-10-09
1
-1
/
+1
*
/dev/crypto engine: give CIOCFSESSION the actual sess-id
Richard Levitte
2018-10-05
1
-4
/
+4
*
test/secmemtest: test secure memory only if it is implemented
Dr. Matthias St. Pierre
2018-10-05
1
-27
/
+23
*
Fix the BIO callback return code handling
Matt Caswell
2018-10-04
1
-2
/
+2
*
Fix some Coverity warnings
Matt Caswell
2018-10-02
1
-3
/
+5
*
Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)
Richard Levitte
2018-09-30
1
-0
/
+5
*
Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...
Shane Lontis
2018-09-27
7
-60
/
+753
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
10
-26
/
+52
*
typo-fixes: miscellaneous typo fixes
agnosticdev
2018-09-21
2
-2
/
+2
*
crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONG
Richard Levitte
2018-09-21
1
-6
/
+0
*
/dev/crypto engine: add missing RC4 parameter
Richard Levitte
2018-09-20
1
-1
/
+1
*
crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO too
Richard Levitte
2018-09-20
1
-0
/
+18
*
Add missing include file.
Pauli
2018-09-17
1
-3
/
+1
*
Use 'i' as parameter name not 'I'.
Pauli
2018-09-17
1
-2
/
+2
*
VMS: only use the high precision on VMS v8.4 and up
Richard Levitte
2018-09-15
1
-3
/
+8
*
Make some return checks consistent with others
Paul Yang
2018-09-13
1
-3
/
+3
*
Replace the public RAND_DRBG_USED_FLAGS #define by an internal constant
Dr. Matthias St. Pierre
2018-09-12
1
-1
/
+5
*
minor fixes for Windows
Viktor Szakats
2018-09-12
2
-1
/
+3
*
crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined
Richard Levitte
2018-09-12
1
-0
/
+1
*
Limit the number of AES-GCM keys allowed in TLS. A new error is raised if this
Pauli
2018-09-12
3
-0
/
+34
*
FIPS 140-2 IG A.9 XTS key check.
Pauli
2018-09-12
1
-2
/
+22
*
Update copyright year
Matt Caswell
2018-09-11
61
-61
/
+61
*
Check the return value from ASN1_INTEGER_set
Matt Caswell
2018-09-10
1
-1
/
+2
*
Validate the SM2 digest len before use
Matt Caswell
2018-09-10
1
-1
/
+7
*
crypto/rsa/rsa_pss.c: silence coverity warning
Dr. Matthias St. Pierre
2018-09-10
1
-1
/
+1
*
ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroes
Richard Levitte
2018-09-09
1
-0
/
+24
*
SipHash: add separate setter for the hash size
Richard Levitte
2018-09-09
3
-21
/
+27
*
SipHash: make it possible to control the hash size through string controls
Richard Levitte
2018-09-09
1
-0
/
+6
*
Add missing SM2err and fix doc nits
Paul Yang
2018-09-07
4
-1
/
+7
*
Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
Paul Yang
2018-09-07
1
-2
/
+14
*
Update document for SM2 stuffs
Paul Yang
2018-09-07
6
-6
/
+24
*
Support setting SM2 ID
Paul Yang
2018-09-07
11
-83
/
+138
*
Make SM2 ID stick to specification
Paul Yang
2018-09-07
3
-18
/
+63
*
Support pmeth->digest_custom
Paul Yang
2018-09-07
3
-0
/
+25
*
Introduce EVP_MD_CTX_set_pkey_ctx
Paul Yang
2018-09-07
2
-1
/
+13
*
Remove unnecessary sm2_za.c
Paul Yang
2018-09-07
4
-140
/
+116
*
Avoid SEGV when giving X509_sign a NULL private key.
Pauli
2018-09-07
1
-1
/
+3
*
RSA padding Zeroization fixes
Shane Lontis
2018-09-06
2
-17
/
+21
*
Key zeroization fix for EVP_SealInit + added simple test
Shane Lontis
2018-09-06
1
-6
/
+13
[next]