projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleanup whitespace in ssl_lib.c (tabs to spaces)
[oweals/openssl.git]
/
crypto
/
2017-09-19
David Benjamin
Fix overflow in c2i_ASN1_BIT_STRING.
tree
|
commitdiff
2017-09-17
Pauli
Null pointer used.
tree
|
commitdiff
2017-09-14
Pauli
Avoid signed vs unsigned comparison error.
tree
|
commitdiff
2017-09-14
Pauli
Add explanatory comment about fitting into a size_t.
tree
|
commitdiff
2017-09-14
Pauli
Remote unrequited casts
tree
|
commitdiff
2017-09-14
Rich Salz
Replace malloc+strcpy with strdup
tree
|
commitdiff
2017-09-14
Rich Salz
Fix function name in ECerr call
tree
|
commitdiff
2017-09-14
Paul Yang
Support EVP_PKEY_meth_remove and pmeth internal cleanup
tree
|
commitdiff
2017-09-14
Pauli
Ensure that the requested memory size cannot exceed...
tree
|
commitdiff
2017-09-14
Pauli
Manually revert "Ensure allocation size fits into size_t"
tree
|
commitdiff
2017-09-14
Pauli
Revert "Reuse strndup(), simplify code"
tree
|
commitdiff
2017-09-14
Pauli
Revert "GH614: Use memcpy()/strdup() when possible"
tree
|
commitdiff
2017-09-13
Paul Yang
Support key check in EVP interface
tree
|
commitdiff
2017-09-11
Andy Polyakov
rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
tree
|
commitdiff
2017-09-11
Andy Polyakov
evp/m_sha3.c: wire SHA3 to rsaEncryption.
tree
|
commitdiff
2017-09-11
Andy Polyakov
objects/obj_xref.txt: cross-reference SHA3 and rsaEncry...
tree
|
commitdiff
2017-09-11
Andy Polyakov
objects/objects.txt: fix RSA-SHA3-284 typo.
tree
|
commitdiff
2017-09-09
Andy Polyakov
sha/asm/keccak1600-armv8.pl: fix return value buglet...
tree
|
commitdiff
2017-09-08
Richard Levitte
Add UI functions to set result with explicit length...
tree
|
commitdiff
2017-09-07
Rich Salz
Fix error handling/cleanup
tree
|
commitdiff
2017-09-06
Rich Salz
Add checks for alloc failing.
tree
|
commitdiff
2017-09-05
Richard Levitte
Fix OSSL_STORE's 'file' loader: make sure peekbuf is...
tree
|
commitdiff
2017-09-01
Andy Polyakov
crypto/cryptlib.c: mask more capability bits upon FXSR...
tree
|
commitdiff
2017-08-31
Pauli
struct timeval include guards
tree
|
commitdiff
2017-08-31
Rich Salz
Address feedback
tree
|
commitdiff
2017-08-31
Rich Salz
Add CRYPTO_thread_glock_new
tree
|
commitdiff
2017-08-31
Pauli
Fix potential null problem.
tree
|
commitdiff
2017-08-31
Matt Caswell
Complain if we are writing early data but SNI or ALPN...
tree
|
commitdiff
2017-08-31
Zhu Qun-Ying
Fixed address family test error for AF_UNIX in BIO_ADDR...
tree
|
commitdiff
2017-08-30
Todd Short
Fix return value of ASN1_TIME_compare
tree
|
commitdiff
2017-08-30
Jon Spillett
Implement Aria GCM/CCM Modes and TLS cipher suites
tree
|
commitdiff
2017-08-30
Jon Spillett
Fix potential null pointer dereference in ARIA implemen...
tree
|
commitdiff
2017-08-29
Pauli
Move e_os.h to be the very first include.
tree
|
commitdiff
2017-08-29
Pauli
Move the REF_PRINT support from e_os.h to internal...
tree
|
commitdiff
2017-08-29
Pauli
e_os.h removal from other headers and source files.
tree
|
commitdiff
2017-08-28
Kurt Roeckx
Make the global DRBGs static
tree
|
commitdiff
2017-08-28
Kurt Roeckx
Don't auto-instantiate a DRBG when trying to use it...
tree
|
commitdiff
2017-08-28
Rich Salz
Avoid out-of-bounds read
tree
|
commitdiff
2017-08-28
Dr. Matthias St...
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
tree
|
commitdiff
2017-08-28
Dr. Matthias St...
RAND: Rename the RAND_poll_ex() callback and its typedef
tree
|
commitdiff
2017-08-28
Dr. Matthias St...
DRBG: clarify difference between entropy counts and...
tree
|
commitdiff
2017-08-27
Rich Salz
MSC_VER <= 1200 isn't supported; remove dead code
tree
|
commitdiff
2017-08-25
Paul Yang
This part fixes braces around if-else.
tree
|
commitdiff
2017-08-25
Paul Yang
Fix coding style in crypto/rsa directory
tree
|
commitdiff
2017-08-25
Rich Salz
Use strcpy instead of sprintf %s
tree
|
commitdiff
2017-08-25
Bernd Edlinger
Clear secret stack values after use in the ED25519...
tree
|
commitdiff
2017-08-25
Bernd Edlinger
Clear secret stack values after use in curve25519.c
tree
|
commitdiff
2017-08-25
Richard Levitte
NO_SYS_TYPES_H isn't defined anywhere, stop using it...
tree
|
commitdiff
2017-08-24
Pauli
Check for EOF in ASCII conversions.
tree
|
commitdiff
2017-08-23
Kazuki Yamaguchi
Fix BN_print()
tree
|
commitdiff
2017-08-23
Rich Salz
Move randomness to allocated buffer
tree
|
commitdiff
2017-08-22
Pauli
Improvement the formatting in bn_print.c
tree
|
commitdiff
2017-08-22
Rich Salz
(Re)move some things from e_os.h
tree
|
commitdiff
2017-08-22
Rich Salz
Use "" not <> on e_os.h include
tree
|
commitdiff
2017-08-22
Rich Salz
Remove custom base64 code.
tree
|
commitdiff
2017-08-22
Rich Salz
Use "" not <> for internal/ includes
tree
|
commitdiff
2017-08-22
Pauli
Avoid a self-assignment.
tree
|
commitdiff
2017-08-21
Pauli
This has been added to avoid the situation where some...
tree
|
commitdiff
2017-08-21
Matt Caswell
More updates following review feedback
tree
|
commitdiff
2017-08-21
Matt Caswell
Updates following feedback on OPENSSL_assert() removal
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/x509v3
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/x509
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/threads_none.c
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/pem
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/kdf
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/hmac
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/ec
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from conf_api.c
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() usage from crypto/bn
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from various crypto/bio files
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c
tree
|
commitdiff
2017-08-18
Rich Salz
Put thread-fork-init inside a run-once guard
tree
|
commitdiff
2017-08-18
Andy Polyakov
err/err.c: improve readability.
tree
|
commitdiff
2017-08-18
Andy Polyakov
err/err.c: fix "wraparound" bug in ERR_set_error_data.
tree
|
commitdiff
2017-08-17
Bernd Edlinger
Clear outputs in PKCS12_parse error handling.
tree
|
commitdiff
2017-08-16
David von Oheimb
Fix OCSP_basic_verify() cert chain construction in...
tree
|
commitdiff
2017-08-16
Andy Polyakov
sha/asm/keccak1600-armv4.pl: optimize for Thumb-2.
tree
|
commitdiff
2017-08-15
Johannes Bauer
Fix coding style of EVP_PKEY_CTX_ctrl_uint64
tree
|
commitdiff
2017-08-15
Rich Salz
Revert "Add some casts for %j"
tree
|
commitdiff
2017-08-15
Richard Levitte
Clear error stack on successful OSSL_STORE_open()
tree
|
commitdiff
2017-08-15
Richard Levitte
Add ERR_clear_last_mark()
tree
|
commitdiff
2017-08-15
Richard Levitte
Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
tree
|
commitdiff
2017-08-14
Rich Salz
Add some casts for %j
tree
|
commitdiff
2017-08-13
Rich Salz
Instantiate when RAND_status() checks
tree
|
commitdiff
2017-08-12
Andy Polyakov
sha/asm/keccak1600-avx512.pl: fix buglet in SHA3_squeez...
tree
|
commitdiff
2017-08-12
Andy Polyakov
Wire SHAKE to EVP.
tree
|
commitdiff
2017-08-12
Andy Polyakov
Add EVP_DigestFinalXOF, interface to extendable-output...
tree
|
commitdiff
2017-08-08
Johannes Bauer
Fix building without scrypt
tree
|
commitdiff
2017-08-08
Dr. Stephen Henson
Support CMS decrypt without a certificate for all key...
tree
|
commitdiff
2017-08-08
Johannes Bauer
Add interface to the scrypt KDF by means of PKEY_METHOD
tree
|
commitdiff
2017-08-07
Rich Salz
Various RAND improvements
tree
|
commitdiff
2017-08-07
Bernd Edlinger
Avoid surpising password dialog in X509 file lookup.
tree
|
commitdiff
2017-08-07
Rich Salz
Make RAND_DRBG fork-safe
tree
|
commitdiff
2017-08-06
Rich Salz
Add missing include of cryptlib.h
tree
|
commitdiff
2017-08-06
Dr. Stephen Henson
Use passed drbg, not global one
tree
|
commitdiff
2017-08-05
Xiaoyin Liu
Fix typo in files in crypto folder
tree
|
commitdiff
2017-08-05
Dr. Stephen Henson
Add entropy sanity check
tree
|
commitdiff
2017-08-05
Dr. Stephen Henson
Set randomness buffer pointer in get_entropy calls.
tree
|
commitdiff
2017-08-04
Todd Short
Consolidate to a single asn1_time_from_tm() function
tree
|
commitdiff
2017-08-03
Rich Salz
Add RAND_priv_bytes() for private keys
tree
|
commitdiff
next