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
*
Add the function EVP_PKEY_new_CMAC_key()
Matt Caswell
2018-03-15
3
-0
/
+33
*
Add support for setting raw private Poly1305 keys
Matt Caswell
2018-03-15
1
-1
/
+35
*
Add support for setting raw private SIPHASH keys
Matt Caswell
2018-03-15
1
-1
/
+35
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
3
-4
/
+41
*
Add support for setting raw private/public 25519/448 keys
Matt Caswell
2018-03-15
1
-4
/
+53
*
Add functions to create an EVP_PKEY from raw private/public key data
Matt Caswell
2018-03-15
4
-7
/
+77
*
Missings OIDs for XTS added.
Pauli
2018-03-15
3
-397
/
+417
*
Fix an error number clash
Matt Caswell
2018-03-14
1
-1
/
+1
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-0
/
+1
*
ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.
Andy Polyakov
2018-03-13
1
-1
/
+2
*
store/loader_file.c: rename variables causing conflicts with Android NDK.
Andy Polyakov
2018-03-13
1
-15
/
+15
*
update SRP copyright notice
Tim Hudson
2018-03-13
2
-2
/
+10
*
Adjust LPdir_unix.c on VMS for OpenSSL expectations
Richard Levitte
2018-03-12
1
-2
/
+37
*
CONF: On VMS, treat VMS syntax inclusion paths correctly
Richard Levitte
2018-03-12
1
-3
/
+19
*
Free the correct type in OBJ_add_object()
Matt Caswell
2018-03-12
1
-1
/
+1
*
Improve error handling in pk7_doit
Matt Caswell
2018-03-12
1
-3
/
+5
*
Add OIDs for DSTU-4145
gmile
2018-03-12
3
-5
/
+155
*
mem_sec.c: portability fixup.
Andy Polyakov
2018-03-12
1
-2
/
+4
*
RAND_DRBG: add a function for setting the reseeding defaults
Dr. Matthias St. Pierre
2018-03-10
2
-9
/
+48
*
Fix type error in PEM processing
Benjamin Kaduk
2018-03-09
1
-4
/
+4
*
Add SSL/SSL_CTX_use_cert_and_key()
Todd Short
2018-03-09
1
-0
/
+4
*
Display the library building flags
Richard Levitte
2018-03-09
1
-1
/
+1
*
Give more information in the SSL_stateless return code
Matt Caswell
2018-03-09
1
-0
/
+1
*
Make a few more asm modules conform: last argument is output file
Richard Levitte
2018-03-08
6
-0
/
+14
*
Make "make variables" config attributes for overridable flags
Richard Levitte
2018-03-08
1
-1
/
+1
*
Fix issues in ia32 RDRAND asm leading to reduced entropy
Bryan Donlan
2018-03-08
3
-48
/
+10
*
Add GOST OIDs for Edwards parameter sets
Sergey Zhuravlev
2018-03-07
3
-5
/
+26
*
Prepare to detect index changes in OCSP responder.
Viktor Dukhovni
2018-03-07
1
-0
/
+1
*
crypto/armcap.c: mask SHA512 hardware detection on iOS.
Andy Polyakov
2018-03-06
1
-1
/
+1
*
Avoid unconditional store in CRYPTO_malloc.
knekritz
2018-03-06
1
-2
/
+8
*
Check the parent DRBG's strength
Kurt Roeckx
2018-03-06
4
-1
/
+26
*
bnrand_range: Always call bnrand() with the correct flag
Kurt Roeckx
2018-03-06
1
-6
/
+4
*
Add support for .include directive in config files
Tomas Mraz
2018-03-05
3
-15
/
+196
*
mem_sec.c: portability fixup.
Andy Polyakov
2018-03-03
1
-0
/
+3
*
ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
Andy Polyakov
2018-03-03
2
-4
/
+4
*
ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.
Andy Polyakov
2018-03-03
1
-1
/
+1
*
Fix a possible memory leak in engine_table_register
Bernd Edlinger
2018-03-03
1
-0
/
+5
*
Integrate X448 and Ed448 into libcrypto
Matt Caswell
2018-03-02
11
-104
/
+350
*
Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...
Brad Spencer
2018-03-01
1
-1
/
+2
*
ec/asm/x25519-x86_64.pl: remove redundant carry chain.
Andy Polyakov
2018-03-01
1
-15
/
+6
*
Tell the ciphers which DRBG to use for generating random bytes.
Kurt Roeckx
2018-02-28
9
-21
/
+94
*
Always use adr with __thumb2__.
David Benjamin
2018-02-28
2
-6
/
+6
*
Make some perl scripts output to stdout
Rich Salz
2018-02-27
2
-40
/
+40
*
crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUT
Richard Levitte
2018-02-27
1
-1
/
+1
*
bio_b64.c: prevent base64 filter BIO from decoding out-of-bound data
Dr. Matthias St. Pierre
2018-02-27
1
-0
/
+8
*
Update copyright year
Matt Caswell
2018-02-27
21
-21
/
+21
*
mem_sec.c: relax POSIX requirement.
Andy Polyakov
2018-02-26
1
-1
/
+3
*
ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.
Andy Polyakov
2018-02-24
3
-6
/
+6
*
{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.
Andy Polyakov
2018-02-24
2
-71
/
+69
*
ec/curve448: portability fixups.
Andy Polyakov
2018-02-24
2
-2
/
+3
[next]