Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Brian Smith 926f2194df Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM. il y a 8 ans
..
aes Fix the shared builders by exporting GCM symbols. il y a 9 ans
asn1 OpenSSL reformat x509/, x509v3/, pem/ and asn1/. il y a 8 ans
base64 Remove calls to ERR_load_crypto_strings. il y a 8 ans
bio Remove calls to ERR_load_crypto_strings. il y a 8 ans
bn Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM. il y a 8 ans
buf Make |BUF_memdup| look for zero length, not NULL. il y a 9 ans
bytestring Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der. il y a 8 ans
chacha Use |alignas| more in crypto/chacha/chacha_vec.c. il y a 8 ans
cipher Use Barrett reduction in CBC processing rather than tricks. il y a 8 ans
cmac Add a run_tests target to run all tests. il y a 9 ans
conf Also add a no-op stub for OPENSSL_config. il y a 8 ans
curve25519 Add #ifdef guards to crypto/curve25519 assembly files. il y a 8 ans
des Use the straight-forward ROTATE macro. il y a 8 ans
dh Validate DH public keys for RFC 5114 groups. il y a 8 ans
digest Remove the arch-specific HOST_c2l/HOST_l2c implementations. il y a 8 ans
dsa Fix memory leak in DSA redo case. il y a 8 ans
ec Add EC_POINT_point2cbb. il y a 8 ans
ecdh Clean up |ECDH_compute_key|. il y a 9 ans
ecdsa Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits. il y a 8 ans
engine Unwind DH_METHOD and DSA_METHOD. il y a 9 ans
err Remove ASN1_R_MALLOC_FAILURE. il y a 8 ans
evp Remove redundant logic to compute EC public key. il y a 8 ans
hkdf Remove calls to ERR_load_crypto_strings. il y a 8 ans
hmac Remove condition which always evaluates to true (size_t >= 0). il y a 9 ans
lhash Add a run_tests target to run all tests. il y a 9 ans
md4 Make HOST_l2c return void. il y a 8 ans
md5 Make HOST_l2c return void. il y a 8 ans
modes Fix trivial -Wcast-qual violations. il y a 8 ans
obj Allocate a NID for X25519. il y a 8 ans
pem OpenSSL reformat x509/, x509v3/, pem/ and asn1/. il y a 8 ans
perlasm Fix arm perlasm trailing newline. il y a 8 ans
pkcs8 Changes to support node.js's use of PKCS#12. il y a 8 ans
poly1305 Fix |-Werror=old-style-declaration| violations in poly1305_vec.c. il y a 8 ans
rand Add a few more no-op stubs for cURL compatibility. il y a 8 ans
rc4 Remove the stitched RC4-MD5 code and use the generic one. il y a 8 ans
rsa Rename the BIGNUM ASN.1 functions. il y a 8 ans
sha Remove asm __asm__ define. il y a 8 ans
stack Move arm_arch.h and fix up lots of include paths. il y a 9 ans
test Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations. il y a 8 ans
x509 Fix build of x509_test. il y a 8 ans
x509v3 OpenSSL reformat x509/, x509v3/, pem/ and asn1/. il y a 8 ans
CMakeLists.txt Add X25519 and Ed25519 support. il y a 9 ans
constant_time_test.c Update constant-time operations. il y a 10 ans
cpu-arm-asm.S Don't probe for NEON with SIGILL on aarch64. il y a 9 ans
cpu-arm.c Allow |CRYPTO_is_NEON_capable| to be known at compile time, if possible. il y a 9 ans
cpu-intel.c Fix |sscanf| format string in cpu-intel.c. il y a 8 ans
crypto.c Add a few more no-op stubs for cURL compatibility. il y a 8 ans
directory.h Add visibility rules. il y a 10 ans
directory_posix.c Eliminate unnecessary includes from low-level crypto modules. il y a 9 ans
directory_win.c Eliminate unnecessary includes from low-level crypto modules. il y a 9 ans
ex_data.c Skip free callbacks on empty CRYPTO_EX_DATAs. il y a 8 ans
internal.h Fix 32-bit build. il y a 8 ans
mem.c Fix some indentation. il y a 8 ans
refcount_c11.c Cast refcounts to _Atomic before use. il y a 9 ans
refcount_lock.c Add infrastructure for reference counts. il y a 9 ans
refcount_test.c Specify argc and argv arguments to refcount_test:main. il y a 9 ans
thread.c Remove leftovers of the old-style locks. il y a 9 ans
thread_none.c Support Trusty, an embedded platform. il y a 9 ans
thread_pthread.c Make sure pthread_once() succeeds. il y a 9 ans
thread_test.c Use the correct case for Windows headers. il y a 9 ans
thread_win.c Fix data <-> function pointer casts in thread_win.c. il y a 8 ans
time_support.c Remove some mingw support cruft. il y a 8 ans