openssl.git
2016-08-01 FdaSilvaYYFix some awkward tests
2016-08-01 FdaSilvaYYMerge some conditional blocks of code.
2016-08-01 FdaSilvaYYSimplify default inits, add const qualifiers
2016-08-01 FdaSilvaYYCast to right type, simplify array args
2016-08-01 FdaSilvaYYFix sharing of two static variables
2016-08-01 FdaSilvaYYECDH test is only one operation to run
2016-08-01 FdaSilvaYYFix three missing global declarations.
2016-08-01 Richard LevitteFix return values of do_passwd() in apps/passwd.c
2016-08-01 Matt CaswellFix bad result in i2b_PVK()
2016-08-01 Matt CaswellFix param order in RSA_get0_key
2016-08-01 Ben LaurieInclude what we use.
2016-08-01 Ben Lauriepeer_tmp doesn't exist if no-ec no-dh.
2016-08-01 Ben LaurieFix various no-*s.
2016-08-01 Andy Polyakovcrypto/ui/ui_openssl.c: UTF-y Windows code path.
2016-08-01 Andy Polyakovapps/openssl.c: UTF-y Windows argv.
2016-08-01 Andy PolyakovConfigurations/00-base-templates.conf: harmonize BASE_W...
2016-07-31 Andy PolyakovConfigurations/unix-Makefile.tmpl: add LC_ALL=C to...
2016-07-31 Andy Polyakovevp/bio_enc.c: perform enc_read operation without using...
2016-07-31 Andy Polyakovtest/smcont.txt: trigger assertion in bio_enc.c.
2016-07-31 Andy Polyakovevp/evp_enc.c: make assert error message more readable
2016-07-30 Richard J.... Fix the docs too
2016-07-30 Richard J.... Ignore the serial number for now and just do the rest.
2016-07-30 Richard J.... Make some more X509 functions const.
2016-07-30 Viktor Szakatsrsa.c: fix incorrect guard for pvk-* options
2016-07-30 Matt CaswellFix crash as a result of MULTIBLOCK
2016-07-30 Matt CaswellFix bogus warnings
2016-07-29 Dr. Stephen... print out MAC algorithm
2016-07-29 Dr. Stephen... Fix CRL time comparison.
2016-07-29 Matt CaswellUpdate the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio...
2016-07-29 Matt CaswellSimplify and rename SSL_set_rbio() and SSL_set_wbio()
2016-07-29 Matt CaswellAdd some SSL BIO tests
2016-07-29 Matt CaswellFix BIO_pop for SSL BIOs
2016-07-29 Matt CaswellFix BIO_push ref counting for SSL BIO
2016-07-29 Matt CaswellDon't double free the write bio
2016-07-29 Matt CaswellAdd a test for SSL_set_bio()
2016-07-29 Matt CaswellMake the checks for an SSLv2 style record stricter
2016-07-28 Rich SalzVarious doc fixes.
2016-07-28 Emilia KasperAdd memory sanitizer config, and run on travis.
2016-07-26 Dr. Stephen... Note cipher BIO write errors too.
2016-07-26 David BenjaminUse sk_CONF_VALUE_pop_free in do_ext_nconf error path.
2016-07-26 Kurt RoeckxSkip non-existing files.
2016-07-26 Kurt RoeckxAdd Hurd shared extension
2016-07-26 Jon LoeligerRT4639: Typo when -DSSL_DEBUG
2016-07-26 Dr. Stephen... Set error if EVP_CipherUpdate fails.
2016-07-26 Dr. Stephen... Deprecate X509_LU_FAIL, X509_LU_RETRY
2016-07-26 Dr. Stephen... Use X509_LOOKUP_TYPE for lookup type consistently.
2016-07-26 Dr. Stephen... Move X509_LU_RETRY, X509_LU_FAIL
2016-07-26 Dr. Stephen... Remove current_method from X509_STORE_CTX
2016-07-26 Richard LevitteUpdate the example in proxy_certificates.txt
2016-07-25 FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-07-25 russorzero pad DHE public key in ServerKeyExchange message...
2016-07-25 Richard LevitteMake it possible for external code to set the certiciat...
2016-07-25 Richard LevitteAdd X509_STORE lock and unlock functions
2016-07-25 Richard Levittemake update
2016-07-25 Richard LevitteDocument the X509_STORE and X509_STORE_CTX setters...
2016-07-25 Richard LevitteAdd setter and getter for X509_STORE's check_policy
2016-07-25 Richard LevitteAdd getters / setters for the X509_STORE_CTX and X509_S...
2016-07-25 Steffen NurpmesoRT4627: Doc patch: fix constant names
2016-07-25 FdaSilvaYYexplicit init
2016-07-25 FdaSilvaYYTypo and comment fix
2016-07-25 FdaSilvaYYUnused variable, and cleanups
2016-07-25 FdaSilvaYYUnused variable cleanup
2016-07-25 FdaSilvaYYDiscard a dead option
2016-07-25 FdaSilvaYYDiscard some unused typedefs
2016-07-25 FdaSilvaYYConstify X509|X509_CRL|X509_REVOKED_get_ext
2016-07-25 FdaSilvaYYConstify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
2016-07-25 FdaSilvaYYConstify ...
2016-07-25 FdaSilvaYYConstify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
2016-07-25 FdaSilvaYYConstify i2s_ASN1_INTEGER, X509V3_get_d2i
2016-07-25 FdaSilvaYYConstify input parameters of methods :
2016-07-25 FdaSilvaYYEnforce and explicit some const casting
2016-07-25 FdaSilvaYYConstify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.
2016-07-25 FdaSilvaYYConstify ASN1_buf_print
2016-07-25 FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-25 FdaSilvaYYConstify SXNET_add_id_*
2016-07-25 FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-07-25 FdaSilvaYYConstify CMS_decrypt_set1_key input buffer
2016-07-25 FdaSilvaYYConstify engine/eng_cnf.c internal method.
2016-07-25 Matt CaswellFix no-tls1_2
2016-07-25 Matt CaswellFix no-dtls*
2016-07-25 Matt CaswellFix no-ct
2016-07-24 Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-24 Jakub ZelenkaAdd missing X509_set_proxy_flag num
2016-07-23 Richard LevitteProperly initialise the internal proxy certificate...
2016-07-23 Richard LevitteMake it possible for external code to flag a certificat...
2016-07-23 Richard LevitteCorrect misspelt OPENSSL_NO_SRP
2016-07-22 Dr. Stephen... Use newest CRL.
2016-07-22 Dr. Stephen... Send alert for bad DH CKE
2016-07-22 Dr. Stephen... Fix OOB read in TS_OBJ_print_bio().
2016-07-22 Emilia KasperSSL tests: compress generated output a little
2016-07-22 Emilia KasperMake boolean SSL test conf values case-insensitive
2016-07-22 Dr. Stephen... Clarify digest change in HMAC_Init_ex()
2016-07-22 Dr. Stephen... Add mask for newly created symlink.
2016-07-22 Dr. Stephen... Check suffixes properly.
2016-07-22 Dr. Stephen... use correct name for duplicate
2016-07-22 Richard LevitteHave load_buildtin_compression in ssl/ssl_ciph.c return...
2016-07-22 Richard LevitteVMS: Rearrange installation targets for shared libraries
2016-07-21 Emilia KasperTest client-side resumption
2016-07-20 Kurt RoeckxAdd all publicly avaiable asn1 types to the asn1 fuzzer.
2016-07-20 Kurt RoeckxCast to an unsigned type before negating
next