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