]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Fix a memory leak in tls1_mac
[thirdparty/openssl.git] / crypto /
2018-03-17  Bernd EdlingerFixed a crash in error handing of rand_drbg_new
2018-03-17  Bernd EdlingerFix error handling in b2i_dss and b2i_rsa
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15  Matt CaswellMake sure all errors go on the stack in the EVP_PKEY_ne...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd support for setting raw private Poly1305 keys
2018-03-15  Matt CaswellAdd support for setting raw private SIPHASH keys
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15  Matt CaswellAdd support for setting raw private/public 25519/448...
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-15  PauliMissings OIDs for XTS added.
2018-03-14  Matt CaswellFix an error number clash
2018-03-14  Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-13  Andy Polyakovec/curve25519.c: resolve regression with Android NDK...
2018-03-13  Andy Polyakovstore/loader_file.c: rename variables causing conflicts...
2018-03-13  Tim Hudsonupdate SRP copyright notice
2018-03-12  Richard LevitteAdjust LPdir_unix.c on VMS for OpenSSL expectations
2018-03-12  Richard LevitteCONF: On VMS, treat VMS syntax inclusion paths correctly
2018-03-12  Matt CaswellFree the correct type in OBJ_add_object()
2018-03-12  Matt CaswellImprove error handling in pk7_doit
2018-03-12  gmileAdd OIDs for DSTU-4145
2018-03-12  Andy Polyakovmem_sec.c: portability fixup.
2018-03-09  Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-03-09  Benjamin KadukFix type error in PEM processing
2018-03-09  Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09  Richard LevitteDisplay the library building flags
2018-03-09  Matt CaswellGive more information in the SSL_stateless return code
2018-03-08  Richard LevitteMake a few more asm modules conform: last argument...
2018-03-08  Richard LevitteMake "make variables" config attributes for overridable...
2018-03-08  Bryan DonlanFix issues in ia32 RDRAND asm leading to reduced entropy
2018-03-07  Sergey ZhuravlevAdd GOST OIDs for Edwards parameter sets
2018-03-07  Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-03-06  Andy Polyakovcrypto/armcap.c: mask SHA512 hardware detection on...
2018-03-06  knekritzAvoid unconditional store in CRYPTO_malloc.
2018-03-06  Kurt RoeckxCheck the parent DRBG's strength
2018-03-06  Kurt Roeckxbnrand_range: Always call bnrand() with the correct...
2018-03-05  Tomas MrazAdd support for .include directive in config files
2018-03-03  Andy Polyakovmem_sec.c: portability fixup.
2018-03-03  Andy Polyakovec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
2018-03-03  Andy Polyakovec/curve448/curve448.c: fix undefined behaviour sanitiz...
2018-03-03  Bernd EdlingerFix a possible memory leak in engine_table_register
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-03-01  Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2018-03-01  Andy Polyakovec/asm/x25519-x86_64.pl: remove redundant carry chain.
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-27  David BenjaminAlways use adr with __thumb2__.
2018-02-27  Rich SalzMake some perl scripts output to stdout
2018-02-27  Richard Levittecrypto/ec/asm/x25519-x86_64.pl: close STDOUT, not ...
2018-02-27  Dr. Matthias St... bio_b64.c: prevent base64 filter BIO from decoding...
2018-02-27  Matt CaswellUpdate copyright year
2018-02-26  Andy Polyakovmem_sec.c: relax POSIX requirement.
2018-02-24  Andy Polyakovec/ecp_nistp{224,256,521}.c: harmonize usage of __uint1...
2018-02-24  Andy Polyakov{ec/curve25519,poly1305/poly1305}.c: relax pedantic...
2018-02-24  Andy Polyakovec/curve448: portability fixups.
2018-02-24  Andy Polyakovec/asm/x25519-x86_64.pl: fix up ADCX/ADOX fallback.
2018-02-23  Bernd EdlingerFix some bugs with the cfb1 bitsize handling
2018-02-23  Richard LevitteSTORE 'file' scheme loader: Add search capibility
2018-02-23  Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23  Richard LevitteSTORE 'file' scheme loader: Add info type expectation
2018-02-23  Richard LevitteSTORE: Add the possibility to specify an expected info...
2018-02-23  Richard LevitteSTORE: In preparation for coming work, mark when loadin...
2018-02-22  Rich SalzRemove unused num.pl,segregnam scripts
2018-02-21  Kurt RoeckxCheck return value of time() when getting additional...
2018-02-21  Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2018-02-21  Samuel WeiserReplaced variable-time GCD with consttime inversion...
2018-02-21  Matt CaswellFix some undefined behaviour in the Curve448 code
2018-02-21  Andy Polyakovec/curve25519.c: facilitate assembly implementations.
2018-02-21  Andy PolyakovAdd x25519-x86_64.pl module, mod 2^255-19 primitives.
2018-02-21  Andy Polyakovcrypto/ec/curve25519.c: remove redundant fe[51]_cswap.
2018-02-20  Matt CaswellSome more cleanups of curve448 code
2018-02-20  Matt Caswellfixup! More style fixes for the curve448 code
2018-02-20  Matt Caswellfixup! Improve readability of f_impl.c and f_impl.h
2018-02-20  Matt CaswellImprove readability of f_impl.c and f_impl.h
2018-02-20  Matt CaswellRemove unrolled loops
2018-02-20  Matt CaswellYet more style updates to the curve448 code
2018-02-20  Matt CaswellFurther style changes to curve448 code
2018-02-20  Matt CaswellSimplify some code
2018-02-20  Matt CaswellRemove some unneccessary use of constant time code...
2018-02-20  Matt CaswellFix a travis failure in the curve448 code
2018-02-20  Matt CaswellRemove the curve448 vector code
2018-02-20  Matt CaswellMore style fixes for the curve448 code
2018-02-20  Matt CaswellRemove a strict aliasing issue with pre-computed curve4...
2018-02-20  Matt CaswellMore style fixes to Curve448 code based on review feedback
2018-02-20  Matt CaswellSome style fixes
2018-02-20  Matt CaswellFormatting tweak based on review feedback
2018-02-20  Matt CaswellUse NLIMBS where appropriate to simplify the code
2018-02-20  Matt CaswellRemove cplusplus guards in internal headers
2018-02-20  Matt CaswellRemove the curve448 specific constant time implementation
2018-02-20  Matt CaswellUse the NLIMBS macro rather than try and calculate...
2018-02-20  Matt CaswellRename a function to avoid a clash
2018-02-20  Matt CaswellRemove curve448 architecture specific files
2018-02-20  Matt CaswellFix AppVeyor failure in eddsa.c
2018-02-20  Matt CaswellFix travis failure in f_impl.c
2018-02-20  Matt CaswellFix a typo in a comment
2018-02-20  Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20  Matt CaswellCode tidy up
2018-02-20  Matt CaswellFixes for compilation using clang
next