openssl.git
2016-08-31 Richard LevitteThe Perl interpreter might be in a path with spaces...
2016-08-31 Rich SalzCode cleanup UI
2016-08-30 Matt CaswellAdd some CertStatus tests
2016-08-30 Matt CaswellEnsure the CertStatus message adds a DTLS message heade...
2016-08-30 Richard LevitteConfigure: save away the value of OPENSSL_LOCAL_CONFIG_...
2016-08-30 Richard LevitteConfigure: Redo the logic for finding build file templates
2016-08-30 Richard LevitteConfigure: clean away temporary section of code
2016-08-30 Richard LevitteMake it possible for the user to specify a different...
2016-08-29 Andy PolyakovAdd ecp_nistz256-ppc64 module.
2016-08-29 Andy Polyakovperlasm/ppc-xlate.pl: recognize .type directive.
2016-08-29 Andy Polyakovbn/asm/ppc.pl: harmonize .size directive in bn_mul_words.
2016-08-29 Rich SalzRemove comment tags from structs (coding style)
2016-08-29 Rich SalzUse uppercase name for PCT_ enum
2016-08-26 Richard LevitteVMS: honor --openssldir setting
2016-08-26 Rich SalzRemove trailing zeros
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-25 Matt CaswellRemove note from CHANGES about EC DRBG
2016-08-25 Richard LevitteUpdate CHANGES, NEWS, README and opensslv.h on master
2016-08-25 Matt CaswellFix uninit read in sslapitest
2016-08-25 Andy PolyakovCHANGES: mention Windows UTF-8 opt-in option.
2016-08-25 Andy PolyakovWindows: UTF-8 opt-in for command-line arguments and...
2016-08-25 Dr. Stephen... Support broken PKCS#12 key generation.
2016-08-25 Andy PolyakovDon't switch password formats using global state.
2016-08-25 Matt CaswellFix an uninitialised read on an error path
2016-08-25 Richard LevitteNEWS: add a number of the types that were made opaque
2016-08-24 Viktor DukhovniUn-delete still documented X509_STORE_CTX_set_verify
2016-08-24 Andy PolyakovConfigurations/10-main.conf: fix solaris64-*-cc link...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm...
2016-08-24 Matt CaswellClarify the error messages in 08f6ae5b28
2016-08-24 Matt CaswellFix no-ec2m
2016-08-24 Richard LevitteCRYPTO_atomic_add(): check that the object is lock...
2016-08-24 Richard LevitteCRYPTO_atomic_add(): use acquire release memory order...
2016-08-24 Richard LevitteCheck for __GNUC__ to use GNU C atomic buildins
2016-08-24 Richard LevitteTrust RSA_check_key() to return correct values
2016-08-24 Dr. Stephen... Avoid overflow in MDC2_Update()
2016-08-24 Rich SalzPut DES into "not default" category.
2016-08-24 Rich SalzTo avoid SWEET32 attack, move 3DES to weak
2016-08-24 Rob PercivalTypo fixes
2016-08-24 Rob PercivalUpdates the CT_POLICY_EVAL_CTX POD
2016-08-24 Rob PercivalCorrect documentation about SCT setters resetting valid...
2016-08-24 Rob PercivalRemoves the SCT_verify* POD
2016-08-24 Rob PercivalDocuments the SCT validation functions
2016-08-24 Rob PercivalRemoves {o2i,i2o}_SCT_signature from PODs
2016-08-24 Rob PercivalDocuments the CTLOG functions
2016-08-24 Rob PercivalDocument the i2o and o2i SCT functions
2016-08-24 Rob PercivalRemoves d2i_SCT_LIST.pod
2016-08-24 Rob PercivalDocument that SCT_set_source returns 0 on failure.
2016-08-24 Rob PercivalClarifies the format of a log's public key in the CONF...
2016-08-24 Rob PercivalRefer to OPENSSLDIR rather than "the OpenSSL install...
2016-08-24 Rob PercivalAdds history section to CT PODs
2016-08-24 Rob PercivalFixes final issue in CT PODs highlighted by util/find...
2016-08-24 Rob PercivalRenames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_ne...
2016-08-24 Rob PercivalAdds copyright section to ct.pod
2016-08-24 Rob PercivalAdds newline after =cut in PODs
2016-08-24 Rob PercivalAdds missing function names to NAME section of PODs
2016-08-24 Rob PercivalAdd enum definitions to CT pods
2016-08-24 Rob PercivalRemove unnecessary bold tags in CT pods
2016-08-24 Rob PercivalAdd comment about calling CT_POLICY_EVAL_CTX_free
2016-08-24 Rob PercivalFix comment about what SCT_LIST_validate does.
2016-08-24 Rob PercivalAdd SSL_get0_peer_scts to ssl.pod
2016-08-24 Rob PercivalFix comment about return value of ct_extract_tls_extens...
2016-08-24 Rob PercivalFirst draft of CT documentation
2016-08-24 Matt CaswellRemove some dead code from rec_layer_s3.c
2016-08-24 Matt CaswellRemove useless assignment
2016-08-24 Matt CaswellFix some resource leaks in the apps
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-*.pl: addition to perform stricter...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-24 Andy Polyakovevp/bio_enc.c: stop using pointer arithmetic for error...
2016-08-24 Matt CaswellFix no-sock
2016-08-23 Dr. Stephen... Sanity check ticket length.
2016-08-23 Andy Polyakov80-test_pkcs12.t: skip the test on Windows with non...
2016-08-23 David BenjaminFix math in BN_bn2dec comment.
2016-08-23 Rob PercivalSCT_set_source resets validation_status
2016-08-23 Rob PercivalDocument that o2i_SCT_signature can leave the SCT in...
2016-08-23 Rob PercivalRemoves {i2o,o2i}_SCT_signature from the CT public API
2016-08-23 Rob PercivalPrevent double-free of CTLOG public key
2016-08-23 Rob PercivalInternalizes SCT_verify and removes SCT_verify_v1
2016-08-23 Kurt RoeckxUpdate fuzz corpora
2016-08-23 FdaSilvaYYConstify a bit X509_NAME_get_entry
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some input parameters.
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-23 FdaSilvaYYConstify ASN1_PCTX_*
2016-08-23 Matt CaswellFix bio_enc_test
2016-08-22 Matt CaswellAdd some sanity checks when checking CRL scores
2016-08-22 Matt CaswellRemove some dead code
2016-08-22 Matt CaswellSanity check an ASN1_object_size result
2016-08-22 Matt CaswellCheck for error return from ASN1_object_size
2016-08-22 Matt CaswellCheck for malloc error in bn_x931p.c
2016-08-22 Matt CaswellFix mem leak on error path
2016-08-22 Matt CaswellFix mem leak on error path
2016-08-22 Matt CaswellFix mem leak on error path
2016-08-22 Matt CaswellEnsure the mime_hdr_free function can handle NULLs
2016-08-22 Matt CaswellEnsure CT_POLICY_EVAL_CTX_free behaves properly with...
2016-08-22 Matt CaswellFix leak on error in tls_construct_cke_gost
2016-08-22 Kurt RoeckxTest the support curves in tls
2016-08-22 FdaSilvaYYClosing output file from inside the loop who open it
2016-08-22 Matt CaswellFix no-des
next