OPENSSL_NO_ENGINE defined causes build failures
[openssl.git] / crypto /
2017-07-27 Benjamin KadukImprove style
2017-07-27 Benjamin KadukFixups for STORE commit
2017-07-27 Benjamin KadukDefine a value for SYS_F_FCNTL
2017-07-27 PauliFix trivial coding style nits in a_time/a_tm files
2017-07-27 David BenjaminFix comment typo.
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-07-26 Hubert Kariomake scrypt ASN.1 parameter functions public
2017-07-26 Emeric BrunFix async engine pause dead lock in error case.
2017-07-25 Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-25 Andy PolyakovAdd evp/m_sha3.c.
2017-07-25 Andy Polyakovsha/keccak1600.c: build and make it work with strict...
2017-07-25 Andy Polyakovcrypto/x86_64cpuid.pl: fix typo in Knights Landing...
2017-07-24 Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance...
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-24 Andy Polyakovsha/asm/keccak1600-avx512.pl: improve performance by...
2017-07-24 lolyonokFix nid assignment in ASN1_STRING_TABLE_add
2017-07-24 PauliImprove struct tm population
2017-07-23 Paul YangAdd asn1_time_to_tm function and check days in month
2017-07-23 Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-21 Andy Polyakovsha/asm/keccak1600-avx512.pl: absorb bug-fix and minor...
2017-07-21 Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing...
2017-07-20 Benjamin KadukFix out-of-bounds read in ctr_XOR
2017-07-20 Benjamin Kaduktypedef's for RAND_DRBG methods
2017-07-20 Rich SalzRename internal rand.h file
2017-07-20 Richard LevitteFix faulty include
2017-07-20 Rich SalzAdd range-checking to RAND_DRBG_set_reseed_interval
2017-07-19 Dr. Stephen HensonTypo: should check mgf1md
2017-07-19 Dr. Stephen HensonSet maskHash when creating parameters.
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-19 Rich SalzAdd DRBG random method
2017-07-17 Emilia KasperRemove resolved TODO
2017-07-17 Rich SalzFix use-after-free
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-15 Andy Polyakovsha/asm/keccak1600-avx2.pl: optimized remodelled version.
2017-07-15 Andy Polyakovsha/asm/keccak1600-avx2.pl: remodel register usage.
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check that a DOS devic...
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check for absolute...
2017-07-15 Richard LevitteOSSL_STORE: Treat URIs as files first (with exceptions...
2017-07-15 Richard LevitteOSSL_STORE: spell error reason correctly
2017-07-15 Rich SalzStart to overhaul RAND API
2017-07-14 Richard LevitteFor Windows, use _stat rather than stat
2017-07-14 Richard LevitteFix style in crypto/store/loader_file.c
2017-07-13 Rich SalzFix bug in err_string_data_cmp
2017-07-13 PauliChange return (x) to return x
2017-07-13 PauliAvoid having an unsigned integer decrement below zero.
2017-07-13 Dr. Stephen Hensonmake errors
2017-07-12 hongliangcoding style: remove extra whitespace charactor
2017-07-12 Rich SalzRewrite RAND_egd
2017-07-10 Bernd EdlingerFix error handling in get_header_and_data.
2017-07-10 Bernd EdlingerFix crash in BUF_MEM_grow_clean.
2017-07-10 Andy PolyakovOptimize sha/asm/keccak1600-avx2.pl.
2017-07-10 Andy PolyakovAdd sha/asm/keccak1600-avx2.pl.
2017-07-07 PauliTrivial bounds checking.
2017-07-07 Andy PolyakovAdd sha/asm/keccak1600-avx512.pl.
2017-07-07 PauliAddress potential buffer overflows.
2017-07-07 Paulichange return (x) to return x
2017-07-06 Rich SalzRemove some now-unneeded VMS controls
2017-07-06 PauliBIO range checking.
2017-07-06 Rich SalzCleanup RAND_load_file,RAND_write_file
2017-07-06 PauliMemory bounds checking in asn1 code.
2017-07-05 Rich SalzAdd two trivial fixes from old commits
2017-07-05 Rich SalzFix crash
2017-07-05 Rich SalzUndo commit cd359b2
2017-07-05 Rich SalzUndo commit 40720ce
2017-07-05 Rich SalzUndo commit de02ec2
2017-07-05 Rich SalzUndo commit 0755217
2017-07-05 Richard LevitteSTORE 'file' scheme loader: fix try_decode_params(...
2017-07-05 Richard LevitteFix small UI issues
2017-07-05 Richard LevitteAvoid possible memleak in X509_policy_check()
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-04 Richard LevitteSTORE: fix possible memory leak
2017-07-03 PauliUse the return value from write(2)
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03 Andy Polyakov'make update' after objects/objects.txt update.
2017-07-03 Andy Polyakovobjects/objects.txt: add SHA3 OIDs.
2017-07-03 Andy Polyakovsha/keccak1600.c: internalize KeccakF1600 and simplify...
2017-07-03 Andy Polyakovsha/asm/keccak1600-x86_64.pl: close gap with Keccak...
2017-07-03 Andy Polyakovsha/asm/keccak1600-s390x.pl: typo and readability,...
2017-07-03 Andy Polyakovx86_64 assembly pack: fill some blanks in Ryzen results.
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-03 Richard LevitteMake sure OSSL_STORE_load() isn't caught in an endless...
2017-07-03 PauliFix copyright date for the ARIA evp file.
2017-07-02 Richard LevitteSTORE 'file' scheme loader: DNS name in URI is case...
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-30 Dr. Stephen HensonFix build with no-threads no-ec
2017-06-30 Rich SalzFix atfork flag. Avoid double-negatives :)
2017-06-30 Rich SalzMerge Intel copyright notice into standard
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-29 Richard LevitteSTORE: Make sure the loader to be registered is complete
2017-06-29 Richard LevitteSTORE: simplify store_loader_cmp()
2017-06-29 Andy PolyakovAdd sha/asm/keccak1600-s390x.pl.
2017-06-29 Andy Polyakovsha/asm/keccak1600-x86_64.pl: add CFI directives.
2017-06-29 Andy Polyakovsha/asm/keccak1600-x86_64.pl: optimize by re-ordering...
2017-06-29 Andy Polyakovsha/asm/keccak1600-x86_64.pl: remove redundant moves.
2017-06-29 Andy PolyakovAdd sha/asm/keccak1600-x86_64.pl.
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
next