Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Brian Smith d879e29936 Further optimize Montgomery math in RSA blinding. 8 lat temu
..
aes Mark ARM assembly globals hidden uniformly in arm-xlate.pl. 8 lat temu
asn1 Fix build when using Visual Studio 2015 Update 1. 8 lat temu
base64 Remove calls to ERR_load_crypto_strings. 8 lat temu
bio Fix Windows build 8 lat temu
bn Fix |BN_CTX_get| error checking in |BN_from_montgomery|. 8 lat temu
buf Make |BUF_memdup| look for zero length, not NULL. 9 lat temu
bytestring Add CBS_ASN1_UTF8STRING define. 8 lat temu
chacha Import chacha-x86.pl fix. 8 lat temu
cipher Fix build when using Visual Studio 2015 Update 1. 8 lat temu
cmac Fix some malloc test failures. 8 lat temu
conf Add missing internal includes. 8 lat temu
curve25519 Appease sanitizers in x25519_ge_scalarmult. 8 lat temu
des Use the straight-forward ROTATE macro. 8 lat temu
dh Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8 lat temu
digest Fix potential double free in EVP_DigestInit_ex 8 lat temu
dsa Fix a few more missing CBB_cleanups. 8 lat temu
ec Small tweak to P-256-x86-64 inversion. 8 lat temu
ecdh Clean up |ECDH_compute_key|. 9 lat temu
ecdsa Fix a few more missing CBB_cleanups. 8 lat temu
engine Unwind DH_METHOD and DSA_METHOD. 9 lat temu
err Align with upstream's error strings, take two. 8 lat temu
evp Remove unnecessary include. 8 lat temu
hkdf Fix build when using Visual Studio 2015 Update 1. 8 lat temu
hmac Remove condition which always evaluates to true (size_t >= 0). 9 lat temu
lhash Add a run_tests target to run all tests. 9 lat temu
md4 Add one-shot |MD4| function. 8 lat temu
md5 Make HOST_l2c return void. 8 lat temu
modes Fix build when using Visual Studio 2015 Update 1. 8 lat temu
obj Rename NID_x25519 to NID_X25519. 8 lat temu
pem Decouple the EVP and PEM code. 8 lat temu
perlasm perlasm/x86_64-xlate.pl: handle binary constants early. 8 lat temu
pkcs8 BIO_new_mem_buf should take const void * 8 lat temu
poly1305 Add additional poly1305 tests. 8 lat temu
rand Add a deterministic PRNG for fuzzing. 8 lat temu
rc4 Remove the stitched RC4-MD5 code and use the generic one. 8 lat temu
rsa Further optimize Montgomery math in RSA blinding. 8 lat temu
sha Consistently use named constants in ARM assembly files. 8 lat temu
stack If no comparison function is set, sk_sort is a NOP 8 lat temu
test Fix build when using Visual Studio 2015 Update 1. 8 lat temu
x509 Fix some malloc test failures. 8 lat temu
x509v3 Fix build when using Visual Studio 2015 Update 1. 8 lat temu
CMakeLists.txt Rewrite ARM feature detection. 8 lat temu
constant_time_test.c Update constant-time operations. 10 lat temu
cpu-aarch64-linux.c Rewrite ARM feature detection. 8 lat temu
cpu-arm-linux.c Avoid doing arithmetic on void pointers. 8 lat temu
cpu-arm.c Rewrite ARM feature detection. 8 lat temu
cpu-intel.c Add missing internal includes. 8 lat temu
crypto.c Add |FIPS_mode|, which returns zero. 8 lat temu
directory.h Add visibility rules. 10 lat temu
directory_posix.c Eliminate unnecessary includes from low-level crypto modules. 9 lat temu
directory_win.c Eliminate unnecessary includes from low-level crypto modules. 9 lat temu
ex_data.c Skip free callbacks on empty CRYPTO_EX_DATAs. 8 lat temu
internal.h Fix build when using Visual Studio 2015 Update 1. 8 lat temu
mem.c Fix some indentation. 8 lat temu
refcount_c11.c Cast refcounts to _Atomic before use. 9 lat temu
refcount_lock.c Add infrastructure for reference counts. 9 lat temu
refcount_test.c Specify argc and argv arguments to refcount_test:main. 9 lat temu
thread.c Remove leftovers of the old-style locks. 9 lat temu
thread_none.c Support Trusty, an embedded platform. 9 lat temu
thread_pthread.c Remove call to |fprintf| in |CRYPTO_once|. 8 lat temu
thread_test.c Use the correct case for Windows headers. 9 lat temu
thread_win.c Only call thread-local destructors on DLL_THREAD_DETACH. 8 lat temu
time_support.c Remove some mingw support cruft. 8 lat temu