]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Properties for implementation selection.
[thirdparty/openssl.git] / crypto /
2019-02-18  PauliProperties for implementation selection.
2019-02-17  David BenjaminCheck for unpaired .cfi_remember_state
2019-02-17  David BenjaminFix some CFI issues in x86_64 assembly
2019-02-17  Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-16  Andy PolyakovARM64 assembly pack: make it Windows-friendly.
2019-02-16  Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-02-16  Patrick Steuers390x assembly pack: fix formal interface bug in chacha...
2019-02-15  Richard LevitteAdd an OpenSSL library context
2019-02-15  Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15  David AsrafAdd EC_GROUP_get0_field
2019-02-15  Richard LevitteMark generated functions unused (applies to safestack...
2019-02-13  PauliSparse array iterators include index position.
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2019-02-13  PauliSparse array limit testing: reduce the range limit...
2019-02-13  Daniel DeFreezFix null pointer dereference in cms_RecipientInfo_kari_init
2019-02-12  PauliFix typo in comment
2019-02-12  Richard LevitteTo use BN_BITS2, we'd better include openssl/bn.h
2019-02-12  Eneas U de Queiroze_devcrypto: make the /dev/crypto engine dynamic
2019-02-12  Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-12  PauliAdd sparse array data type.
2019-02-11  Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-11  PauliFix comment typo
2019-02-10  Daniel DeFreezFix null pointer dereference in ssl_module_init
2019-02-08  Todd ShortFix d2i_PublicKey() for EC keys
2019-02-06  Antoine Salonblake2: avoid writing to output buffer when using defau...
2019-02-06  Antoine Salonblake2: backport changes to blake2s
2019-02-06  Antoine Salonblake2: register MAC objects
2019-02-06  Antoine Salonblake2b: add EVP_MAC API
2019-02-06  Antoine Salonblake2b: add support for parameter setting and keyed...
2019-02-06  Antoine Salonblake2: add implementation support for variable digest...
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2019-02-05  Patrick Steuercrypto/poly1305/asm/poly1305-s390x.pl: add vx code...
2019-02-04  Richard LevitteBuild: correct assembler generation in crypto/rc4/build...
2019-02-01  Andy Polyakovpoly1305/asm/poly1305-ppc.pl: add vector base 2^26...
2019-02-01  Andy Polyakovperlasm/ppc-xlate.pl: add VSX word load/store instructions.
2019-01-31  Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31  Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31  Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-31  Richard LevitteBuild: remove EXTRA
2019-01-31  Richard LevitteBuild: Remove BEGINRAW / ENDRAW / OVERRIDE
2019-01-30  David BenjaminDocument and add macros for additional DSA options
2019-01-29  Matt CaswellDon't leak memory from ERR_add_error_vdata()
2019-01-27  Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27  Ping Yuadd an additional async notification communication...
2019-01-27  David Asrafcrypto/bn: fix return value in BN_generate_prime
2019-01-24  Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21  Richard LevitteRework building: Unix changes to handle extensions...
2019-01-21  Bernd EdlingerPPC: Try out if mftb works before using it
2019-01-21  Corey MinyardFix a memory leak in the mem bio
2019-01-16  David BenjaminReduce inputs before the RSAZ code.
2019-01-16  Richard Levittecrypto/bio/b_dump.c: change all char* to void*, and...
2019-01-16  Richard Levittecrypto/armcap.c, crypto/ppccap.c: stricter use of getau...
2019-01-16  Richard Levittecrypto/uid.c: use own macro as guard rather than AT_SECURE
2019-01-15  Matt CaswellCheck more return values in the SRP code
2019-01-15  Matt CaswellCheck a return value in the SRP code
2019-01-13  Anna HenningsenFix compilation with `-DREF_PRINT`
2019-01-08  Matt CaswellFix compilation on sparc
2019-01-07  Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07  Viktor DukhovniUpdate generator copyright year.
2019-01-05  Richard Levittecrypto/evp/e_aes.c: build again on s390x
2019-01-05  Patrick Steuercrypto/chacha/asm/chacha-s390x.pl: add vx code path.
2019-01-05  Patrick Steuers390x assembly pack: perlasm support.
2019-01-04  Matt CaswellSupport _onexit() in preference to atexit() on Windows
2019-01-04  Matt CaswellIntroduce a no-pinshared option
2019-01-04  Matt CaswellImplement OPENSSL_INIT_NO_ATEXIT
2019-01-04  Matt CaswellFix a RUN_ONCE bug
2019-01-03  Matt Caswellmake update
2018-12-31  Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-22  Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-22  Jung-uk KimDo not complain when /dev/crypto does not exist.
2018-12-22  FdaSilvaYYCoverity fix in some crypto/asn1 code
2018-12-20  Ken GoldmanAdmit unknown pkey types at security level 0
2018-12-19  Richard LevitteX509_check_issued: check that signature algo matches...
2018-12-15  Kurt RoeckxConvert tls1_prf_P_hash to use the EVP_MAC interface
2018-12-14  Richard LevitteERR: preserve system error number in a few more places
2018-12-13  Todd ShortFixes #7879: AES-SIV to use EVP_MAC APIs
2018-12-13  Mansour AhmadiAdd missing OPENSSL_clear_free before using ec->key
2018-12-13  Mansour Ahmadiadd missing check for BN_mod_inverse
2018-12-13  Mansour Ahmadifix inconsistent flen check in rsa_pk1 and rsa_oaep
2018-12-11  Todd ShortAdd RFC5297 AES-SIV support
2018-12-11  Matt CaswellDisallow Ed448 signature malleability
2018-12-11  nxtsteptypo ANS1 -> ASN1
2018-12-10  Eneas U de Queirozeng_devcrypto: add command to dump driver info
2018-12-10  Eneas U de Queirozeng_devcrypto: add configuration options
2018-12-10  Eneas U de Queirozeng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOT
2018-12-10  Eneas U de Queirozeng_devcrypto: make sure digest can do copy
2018-12-10  Eneas U de Queirozeng_devcrypto: fix ctr mode
2018-12-10  Eneas U de Queirozeng_devcrypto: add cipher CTX copy function
2018-12-10  Eneas U de Queirozeng_devcrypto: close session on cleanup, not final
2018-12-10  Eneas U de Queirozeng_devcrypto: fix copy of unitilialized digest
2018-12-10  Eneas U de Queirozeng_devcrypto: expand digest failure cases
2018-12-10  Eneas U de Queirozeng_devcrypto: don't leak methods tables
2018-12-10  Matt CaswellPreserve errno on dlopen
2018-12-10  Matt CaswellMake sure build_SYS_str_reasons() preserves errno
2018-12-10  Richard Levittemake update
2018-12-10  Richard LevittePrevent calling decryption in an encryption context...
2018-12-08  Andy Polyakoverr/err.c: improve err_clear_last_constant_time's porta...
2018-12-08  terry zhaoUpdate kmac.c
2018-12-07  Boris Pismennyevp/e_aes: Expose IV
2018-12-07  Boris Pismennybio: Linux TLS Offload
next