]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-02-10  Andy Polyakovms/uplink-x86.pl: make it work. OpenSSL_1_0_0-stable
2015-12-03  Matt CaswellPrepare for 1.0.0u-dev
2015-12-03  Matt CaswellPrepare for 1.0.0t release OpenSSL_1_0_0t
2015-12-02  Matt CaswellUpdate CHANGES and NEWS
2015-12-02  Dr. Stephen... Free up passed ASN.1 structure if reused.
2015-12-02  Dr. Stephen... Fix leak with ASN.1 combine.
2015-12-02  Richard Levitte_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
2015-11-24  Dr. Stephen... Fix uninitialised p error.
2015-11-24  Dr. Stephen... Limit depth of ASN1 parse printing.
2015-10-10  Dr. Stephen... Typo.
2015-10-06  Dr. Stephen... Don't try and parse boolean type.
2015-09-29  Ismo PuustinenGH367: use random data if seed too short.
2015-09-25  Rich SalzChange --debug to -d for compat with old releases.
2015-09-22  Rich SalzRemove stricts-warnings on 1.0.0 travis.
2015-09-22  Rich SalzGH398: Add mingw cross-compile, etc.
2015-09-17  Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-16  Ivo RaisrMake no-psk compile without warnings.
2015-09-11  Dr. Stephen... Use default field separator.
2015-09-01  Matt CaswellFix building with OPENSSL_NO_TLSEXT.
2015-08-31  Richard LevitteIgnore .dir-locals.el
2015-08-31  Richard LevitteRemove auto-fill-mode
2015-08-31  Richard LevitteAdd an example .dir-locals.el
2015-08-31  Richard LevitteAdd emacs CC mode style for OpenSSL
2015-08-16  Rich SalzMove FAQ to the web.
2015-08-01  Dirk WetterGH336: Return an exit code if report fails
2015-07-31  Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-30  Martin VejnarRT3774: double-free in DSA
2015-07-29  Rich SalzTweak README about rt and bug reporting.
2015-07-13  Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-10  Richard LevitteSet numeric IDs for tar as well
2015-07-10  Richard LevitteStop using tardy
2015-07-09  Dr. Stephen... Sort @sstacklst correctly.
2015-07-06  Dr. Stephen... document -2 return value
2015-07-02  Dr. Stephen... Fix PSK handling.
2015-06-25  Dr. Stephen... Don't output bogus errors in PKCS12_parse
2015-06-16  Richard LevitteMake preprocessor error into real preprocessor error
2015-06-16  Richard LevitteRemove one extraneous parenthesis
2015-06-11  Matt CaswellPrepare for 1.0.0t-dev
2015-06-11  Matt CaswellPrepare for 1.0.0s release OpenSSL_1_0_0s
2015-06-11  Matt CaswellUpdate CHANGES and NEWS
2015-06-11  Emilia KasperPKCS#7: Fix NULL dereference with missing EncryptedContent.
2015-06-11  Emilia KasperFix length checks in X509_cmp_time to avoid out-of...
2015-06-11  Dr. Stephen... Fix infinite loop in CMS
2015-06-11  Richard LevitteCorrection of make depend merge error
2015-06-11  Matt CaswellMore ssl_session_dup fixes
2015-06-10  Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-06-10  Matt CaswellFix Kerberos issue in ssl_session_dup
2015-06-08  Dr. Stephen... return correct NID for undefined object
2015-06-04  Matt CaswellRemove misleading comment
2015-06-04  Matt CaswellClean premaster_secret for GOST
2015-06-04  Matt CaswellClean Kerberos pre-master secret
2015-06-04  Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-02  Richard LevitteAdd the macro OPENSSL_SYS_WIN64
2015-06-02  Matt CaswellFix race condition in NewSessionTicket
2015-06-02  Matt CaswellClear state in DTLSv1_listen
2015-05-28  Dr. Stephen... check for error when creating PKCS#8 structure
2015-05-28  Dr. Stephen... PEM doc fixes
2015-05-23  Richard LevitteHave mkerr.pl treat already existing multiline string...
2015-05-23  Richard LevitteFix update and depend in engines/
2015-05-23  Richard LevitteMissed a couple of spots in the update change
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-05-22  Matt CaswellFix off-by-one in BN_rand
2015-05-22  Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-20  StudioEtrangeGitHub284: Fix typo in xx-32.pl scripts.
2015-05-19  Robert SwieckiDon't add write errors into bytecounts
2015-05-13  Rich SalzAdd NULL checks from master
2015-05-02  Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-04-22  Dr. Stephen... Limit depth of nested sequences when generating ASN.1
2015-04-22  Loganaden VelvindronFix CRYPTO_strdup
2015-04-18  Dr. Stephen... Fix encoding bug in i2c_ASN1_INTEGER
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-16  Dr. Stephen... Reject empty generation strings.
2015-04-14  Matt CaswellFix ssl_get_prev_session overrun
2015-04-14  Matt CaswellCheck for ClientHello message overruns
2015-04-10  Dr. Stephen... Don't set *pval to NULL in ASN1_item_ex_new.
2015-03-24  Dr. Stephen... Make OCSP response verification more flexible.
2015-03-19  Matt CaswellPrepare for 1.0.0s-dev
2015-03-19  Matt CaswellPrepare for 1.0.0r release OpenSSL_1_0_0r
2015-03-19  Matt Caswellmake update
2015-03-19  Matt CaswellFix unsigned/signed warnings
2015-03-19  Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19  Matt CaswellUpdate NEWS file
2015-03-19  Matt CaswellUpdate CHANGES for release
2015-03-19  Matt CaswellRemove overlapping CHANGES/NEWS entries
2015-03-19  Emilia KasperFix reachable assert in SSLv2 servers.
2015-03-19  Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-19  Dr. Stephen... Fix ASN1_TYPE_cmp
2015-03-18  Dr. Stephen... Free up ADB and CHOICE if already initialised.
2015-03-12  Dr. Stephen... ASN.1 print fix.
2015-03-11  Matt CaswellCleanse buffers
2015-03-09  Dr. Stephen... update ordinals
2015-03-08  Dr. Stephen... fix warning
2015-03-08  Dr. Stephen... Fix warnings.
2015-03-08  Dr. Stephen... Cleanse PKCS#8 private key components.
2015-03-07  Kurt RoeckxRemove export ciphers from the DEFAULT cipher list
2015-03-06  Matt CaswellUpdate mkerr.pl for new format
2015-03-02  Dr. Stephen... Check public key is not NULL.
2015-03-02  Dr. Stephen... Fix format script.
2015-02-25  Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-24  Dr. Stephen... Document -no_explicit
next