]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-05-17  Rich SalzManual fixes after copyright consolidation
2016-05-17  Rich SalzX509_STORE_CTX accessors.
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-05-17  Rich SalzCopyright consolidation 08/10
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-05-17  Rich SalzCopyright consolidation 03/10
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-17  Matt CaswellAdd a comment to explain the use of |num_recs|
2016-05-17  Matt CaswellFix RSA dasync engine bug
2016-05-17  Matt CaswellUse the current record offset in ssl3_get_record
2016-05-17  Matt CaswellThere is only one read buffer
2016-05-17  Kurt CancemiFix typos in apps/enc.c
2016-05-17  Matt CaswellFix some out of date comments
2016-05-17  Matt CaswellRemove repeated condition from if in X509_NAME_oneline
2016-05-17  Matt CaswellCorrect documentation error
2016-05-16  Andy Polyakovtest/evp_test.c: exercise in-place encryption.
2016-05-16  Andy PolyakovARMv8 assembly pack: add OPENSSL_cleanse.
2016-05-16  Matt CaswellRemove an unneccessary check of cipher
2016-05-16  Rich SalzUse OPENSSL_hexchar2int
2016-05-16  Rich SalzUse app_malloc; two missing cases.
2016-05-16  Steffan Kargerconst correctness: make HMAC_size() take a const *
2016-05-16  Kurt Roeckxsession tickets: use more sizeof
2016-05-16  TJ SaundersUse AES256 for the default encryption algoritm for...
2016-05-16  TJ Saunderssession tickets: Use sizeof() for the various fields
2016-05-16  Dr. Stephen... Don't load same config file twice.
2016-05-16  Richard LevitteDocumentation: Clarify sizes for UI_add_input_string()
2016-05-16  Matt CaswellWorkaround an IO::Socket::IP bug
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-16  Richard LevitteDon't require any length of password when decrypting
2016-05-16  Richard LevitteAdd support for RC / WINDRES env variables
2016-05-16  Richard LevitteAdd missing initialiser in e_chil.c
2016-05-16  Cristian Stoicado not remove links found in .git directory
2016-05-16  Richard LevitteWindows: Add CRYPT32.LIB to the libraries to link you...
2016-05-16  Alessandro... Do not access SSL struct directly in TLS1_get_version...
2016-05-16  Alessandro... Add SSL_client_version() getter function
2016-05-16  Matt CaswellAdd some documentation of SSL_CTX_set_tlsext_status_type()
2016-05-16  jfigusPropagate tlsext_status_type from SSL_CTX to SSL
2016-05-16  Kazuki YamaguchiFix NPN protocol name list validation
2016-05-16  FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-16  Richard LevitteSmall MSVC build fixes.
2016-05-16  FdaSilvaYYFix some missing OBJ_dup failure checks.
2016-05-14  Richard Levitteopenssl_{startup,shutdown}.com.in are in the source...
2016-05-14  FdaSilvaYYFix various methods declaration in pod file
2016-05-14  Alessandro... Increment size limit for ClientHello messages
2016-05-14  Kirill MarinushkinFix engine cryptodev: pointer to IV
2016-05-13  Insu YunFix OpenSSL_memdup error handling
2016-05-13  Richard LevitteVMS perl: Fix glob output
2016-05-13  Matt CaswellAdd some additional NewSessionTicket tests
2016-05-13  David BenjaminThe NewSessionTicket message is not optional.
2016-05-13  Dr. Stephen... Fix stack constification definitions.
2016-05-13  Dr. Stephen... Correct documentation on digest used.
2016-05-13  Dr. Stephen... Fix signer option and support format SMIME.
2016-05-12  Richard LevitteWindows: When installing libraries and executables...
2016-05-12  Richard LevitteDJGPP adjustments
2016-05-12  Richard LevitteMove the DJGPP target to its own config.
2016-05-12  Rich SalzFix uninitialized variable
2016-05-12  Emilia KasperRemove proxy tests. Add verify callback tests.
2016-05-12  Emilia KasperAppease ubsan
2016-05-12  Dr. Stephen... Correctly check for trailing digest options.
2016-05-12  Richard LevitteRemove openssl.spec
2016-05-12  Dr. Stephen... Restore support for ENGINE format keys in apps.
2016-05-12  Dmitry BelyavskyDon't use GOST ciphersuites with DTLS.
2016-05-12  Dr. Stephen... Don't leak memory if realloc fails.
2016-05-12  Richard LevitteAdd a case for 64-bit OS X in config
2016-05-11  Viktor DukhovniFix TLSProxy race by adding missing eval
2016-05-11  Rich SalzRecommend GH over RT, per team vote.
2016-05-11  Richard Levittemake update
2016-05-11  Dr. Stephen... typo
2016-05-11  Dr. Stephen... Update pkcs8 defaults.
2016-05-11  Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-11  Emilia KasperReplace cipherlist test
2016-05-11  Matt CaswellMake null_compression const
2016-05-11  David BenjaminFix V2ClientHello handling.
2016-05-11  Dr. Stephen... Add -signcert to CA.pl usage message.
2016-05-11  Viktor DukhovniFix i2d_X509_AUX, update docs and add tests
2016-05-10  Dr. Stephen... Add a couple of checks to prime app.
2016-05-10  Dr. Stephen... Add -srp option to ciphers command.
2016-05-10  Andy Polyakovcrypto/des: remove obsolete functions.
2016-05-10  Andy PolyakovConfigurations: engage MIPS64 Poly1305 module.
2016-05-10  Andy PolyakovMIPS64 assembly pack: add Poly1305 module.
2016-05-10  Andy PolyakovConfigure: replace which() with IPC::Cmd::can_run.
2016-05-10  Andy Polyakovwindows-makefile.tmpl: minor adjustments.
2016-05-10  Andy Polyakovutil/mkdef.pl: omit ordinals from Windows DLLs.
2016-05-10  Dr. Stephen... Typo.
2016-05-10  Richard LevitteFix the docs for ERR_remove_thread_state and ERR_remove...
2016-05-10  Richard LevitteRestore the ERR_remove_thread_state() API and make...
2016-05-10  Richard LevitteHave [.VMS]openssl_{startup,shutdown}.com depend on...
2016-05-10  Richard LevitteFix VMS/openssl_{startup,shutddown}.com.in
2016-05-10  Andy PolyakovConfigure: adhere to $(CROSS_COMPILE)ranlib.
2016-05-10  Andy PolyakovConfigure: make it work with Perl 5.10.
2016-05-10  Andy PolyakovIRIX fixes.
2016-05-09  Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-09  David BenjaminDon't send signature algorithms when client_version...
2016-05-09  Matt CaswellFix BIO_eof() for BIO pairs
2016-05-09  Hansruedi PatzenFix: failed to open config file if not specified when...
2016-05-09  Richard LevitteVMS: support VERBOSE and V in descrip.mms
next