Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Brian Smith a7aa2bb8f8 Avoid a multiplication in |ecp_nistz256_get_affine| when |x| is NULL. 8 anos atrás
..
aes Switch all 'num' parameters in crypto/modes to unsigned. 8 anos atrás
asn1 Fix build when using Visual Studio 2015 Update 1. 8 anos atrás
base64 Remove calls to ERR_load_crypto_strings. 8 anos atrás
bio Only use recv/send for socket BIOs on Windows. 8 anos atrás
bn Make return value of |BN_MONT_CTX_set_locked| int. 8 anos atrás
buf Make |BUF_memdup| look for zero length, not NULL. 9 anos atrás
bytestring Add CBS_ASN1_UTF8STRING define. 8 anos atrás
chacha chacha/asm/chacha-armv8.pl: fix intermittent build failures. 8 anos atrás
cipher Switch all 'num' parameters in crypto/modes to unsigned. 8 anos atrás
cmac Fix some malloc test failures. 8 anos atrás
conf Add missing internal includes. 8 anos atrás
curve25519 Appease sanitizers in x25519_ge_scalarmult. 8 anos atrás
des Use the straight-forward ROTATE macro. 8 anos atrás
dh Make return value of |BN_MONT_CTX_set_locked| int. 8 anos atrás
digest Make EVP_MD_CTX size functions return size_t. 8 anos atrás
dsa Make return value of |BN_MONT_CTX_set_locked| int. 8 anos atrás
ec Avoid a multiplication in |ecp_nistz256_get_affine| when |x| is NULL. 8 anos atrás
ecdh Clean up |ECDH_compute_key|. 9 anos atrás
ecdsa Drop support for engines-provided signature verification. 8 anos atrás
engine Unwind DH_METHOD and DSA_METHOD. 9 anos atrás
err Make err_data_generator.go silent by default. 8 anos atrás
evp Fix memory leak on invalid ecPublicKey parameters. 8 anos atrás
hkdf Fix build when using Visual Studio 2015 Update 1. 8 anos atrás
hmac Reimplement PKCS#12 key derivation. 8 anos atrás
lhash Add a run_tests target to run all tests. 9 anos atrás
md4 Add one-shot |MD4| function. 8 anos atrás
md5 Make HOST_l2c return void. 8 anos atrás
modes Switch all 'num' parameters in crypto/modes to unsigned. 8 anos atrás
obj Rename obj_mac.h to nid.h and make it a multiply-includable header. 8 anos atrás
pem Decouple the EVP and PEM code. 8 anos atrás
perlasm perlasm/x86_64-xlate.pl: handle binary constants early. 8 anos atrás
pkcs8 Reimplement PKCS#12 key derivation. 8 anos atrás
poly1305 Use UINT64_C instead of unsigned long long integer constant. 8 anos atrás
rand Add a deterministic PRNG for fuzzing. 8 anos atrás
rc4 Remove the stitched RC4-MD5 code and use the generic one. 8 anos atrás
rsa Require the public exponent to be available in RSA blinding. 8 anos atrás
sha Consistently use named constants in ARM assembly files. 8 anos atrás
stack If no comparison function is set, sk_sort is a NOP 8 anos atrás
test Remove some easy obj.h dependencies. 8 anos atrás
x509 Fix some malloc test failures. 8 anos atrás
x509v3 Remove some easy obj.h dependencies. 8 anos atrás
CMakeLists.txt Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 anos atrás
constant_time_test.c Update constant-time operations. 10 anos atrás
cpu-aarch64-linux.c Rewrite ARM feature detection. 8 anos atrás
cpu-arm-linux.c Avoid doing arithmetic on void pointers. 8 anos atrás
cpu-arm.c Rewrite ARM feature detection. 8 anos atrás
cpu-intel.c Add missing internal includes. 8 anos atrás
crypto.c Add |FIPS_mode|, which returns zero. 8 anos atrás
directory.h Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 anos atrás
directory_posix.c Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 anos atrás
directory_win.c Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit." 8 anos atrás
ex_data.c Skip free callbacks on empty CRYPTO_EX_DATAs. 8 anos atrás
internal.h Replace CRYPTO_once_t on Windows with INIT_ONCE. 8 anos atrás
mem.c Fix some indentation. 8 anos atrás
refcount_c11.c Cast refcounts to _Atomic before use. 9 anos atrás
refcount_lock.c Add infrastructure for reference counts. 9 anos atrás
refcount_test.c Specify argc and argv arguments to refcount_test:main. 9 anos atrás
thread.c Remove leftovers of the old-style locks. 9 anos atrás
thread_none.c Support Trusty, an embedded platform. 9 anos atrás
thread_pthread.c Remove call to |fprintf| in |CRYPTO_once|. 8 anos atrás
thread_test.c Use nanosleep instead of usleep. 8 anos atrás
thread_win.c Replace CRYPTO_once_t on Windows with INIT_ONCE. 8 anos atrás
time_support.c Remove some mingw support cruft. 8 anos atrás