openssl.git
2017-07-06 PauliBounds check string functions in apps.
2017-07-05 Rich SalzAdd two trivial fixes from old commits
2017-07-05 PauliRework the append_buf function
2017-07-05 PauliAvoid buffer overruns in the req command line utility.
2017-07-05 Rich SalzFix crash
2017-07-05 Rich SalzUndo commit dc00fb9
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 Benjamin KadukError out when forcing an unsupported TLS version
2017-07-05 Benjamin KadukImprove BN_CTX documentation
2017-07-05 Richard LevitteFix small UI issues
2017-07-05 Richard LevitteAvoid possible memleak in X509_policy_check()
2017-07-05 PauliFix compiler warnings
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-04 PauliRemove the TEST_check macro.
2017-07-04 Rich SalzAdd echo for end of each build phase
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 Richard LevitteCorrect documentation for UI_get0_result_string
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 Rich SalzVarious doc fixes
2017-07-03 Bernd EdlingerFix potential crash in tls_construct_finished.
2017-07-03 Bernd EdlingerFix a crash in tls_construct_client_certificate.
2017-07-03 Matt CaswellFix TLSv1.3 exporter
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 Kurt RoeckxUpdate fuzz corpora
2017-07-02 Richard LevitteSTORE 'file' scheme loader: DNS name in URI is case...
2017-07-01 Richard LevitteWhen apps_startup() fails, exit with a failure code...
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-30 Dr. Stephen... Fix 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-30 Rich SalzAdd ECHO to makefiles for real silence
2017-06-30 Matt CaswellDrop support for OPENSSL_NO_TLS1_3_METHOD
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 Richard Levitteutil/mkdef.pl: Make symbol version processing Linux...
2017-06-29 Richard Levitteutil/mkdef.pl: Add UNIX as a platform
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 Steven DannemanFix double array increment in s_client mysql connect
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29 Richard LevitteSTORE: Add an entry in NEWS and CHANGES
2017-06-29 Richard LevitteSTORE test recipe: Remove comment refering to OpenConnect
2017-06-29 Richard LevitteAdd documentation for the storeutl app
2017-06-29 Richard LevitteAdd documentation for STORE functions
2017-06-29 Richard Levitteengine app: print out information on STORE loaders...
2017-06-29 Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29 Richard LevitteTest that storeutl with a directory path works as expected
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add handler for encrypted...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor file_load to suppo...
2017-06-29 Richard LevitteSTORE: Add a OSSL_STORE_INFO type to help support file...
2017-06-29 Richard LevitteSTORE tests: add PKCS#12 tests
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for the PKCS...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for containers
2017-06-29 Richard LevitteAdd a test that checks the store utility
2017-06-29 Richard LevitteAdd a simple store utility command
2017-06-29 Richard LevitteAdd a STORE loader for the "file" scheme
2017-06-29 Richard LevitteMake it possible to peek at BIO data through BIO_f_buffer()
2017-06-29 Richard LevitteMake asn1_d2i_read_bio accessible from STORE
2017-06-29 Richard LevitteAdd the STORE module
2017-06-29 Richard LevitteMake it possible to refer to ERR_R_UI_LIB
2017-06-29 Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29 Matt CaswellUpdate the SSL_export_keying_material() documentation...
2017-06-29 Matt CaswellAdd an SSL_export_keying_material() test
2017-06-29 Matt CaswellUpdate SSL_export_keying_material() for TLSv1.3
2017-06-28 Greg ZaveruchaFix sample code
2017-06-28 Richard Levittecrypto/mem.c: on Windows, use rand() instead of random()
2017-06-28 Todd Shortssl_session_dup() missing ext.alpn_session
2017-06-28 Richard LevitteAdd dependency on apps/progs.h for test/uitest.o
2017-06-28 Richard Levittetest/uitest.c's pem_password_cb returned 1 instead...
2017-06-28 Richard LevitteUI_UTIL_wrap_read_pem_callback: make sure to terminate...
2017-06-28 Richard LevitteDocument the added devcrypto engine in CHANGES
2017-06-28 Richard LevitteComment on the lack of documentation for asymmetric...
2017-06-28 Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-28 Richard LevitteAdd the common error ERR_R_OPERATION_FAIL
2017-06-27 Rich SalzUse randomness not entropy
2017-06-27 Benjamin KadukFix return-value checks in OCSP_resp_get1_id()
2017-06-27 Richard Levitteutil/mkerr.pl: avoid getting an annoying warning about...
2017-06-27 Richard Levitteutil/mkerr.pl: allow module names prefixed with OSSL_...
2017-06-26 Rich SalzRename static global "lock" to "obj_lock"
next