openssl.git
2014-08-28 Dr. Stephen... Fix comments, add new test.
2014-08-28 Dr. Stephen... Custom extension documentation.
2014-08-28 Dr. Stephen... Rename some callbacks, fix alignment.
2014-08-28 Dr. Stephen... Use consistent function naming.
2014-08-28 Dr. Stephen... New function SSL_extension_supported().
2014-08-28 Dr. Stephen... New extension callback features.
2014-08-28 Dr. Stephen... Callback revision.
2014-08-28 Dr. Stephen... Remove serverinfo checks.
2014-08-28 Dr. Stephen... Add custom extension sanity checks.
2014-08-28 Dr. Stephen... Custom extension revision.
2014-08-28 Dr. Stephen... fix warning
2014-08-28 Emilia KasperConstant-time utilities
2014-08-28 Raphael SpreitzerRT2400: ASN1_STRING_to_UTF8 missing initializer
2014-08-28 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-28 Rich SalzRT2308: Add extern "C" { ... } wrapper
2014-08-27 Emilia KasperExplicitly check for empty ASN.1 strings in d2i_ECPriva...
2014-08-27 Matt CaswellRT3065: automatically generate a missing EC public key
2014-08-27 Adam LangleyRT3065: ec_private_key_dont_crash
2014-08-27 Mihai MilitaruRT2210: Add missing EVP_cleanup to example
2014-08-27 Rich SalzAdd tags/TAGS target; rm tags/TAGS in clean
2014-08-26 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-26 David GatwoodRT1744: SSL_CTX_set_dump_dh() doc feedback
2014-08-26 David GatwoodRT1744: SSL_CTX_set_dump_dh() doc feedback
2014-08-25 Jan SchaumannRT1804: fix EXAMPLE in EVP_EncryptInit.pod
2014-08-24 Matt CaswellTypo fixes to evp documentation.
2014-08-22 Emilia KasperRT 3060: amend patch
2014-08-22 Emilia KasperRT3061: slightly amend patch
2014-08-22 Emilia KasperImprove EVP_PKEY_sign documentation
2014-08-21 Jeffrey WaltonRT3142: Extra initialization in state_machine
2014-08-21 Emilia Kasperdefine inline for Visual Studio
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
2014-08-20 Andy Polyakovbn/asm/rsaz-*.pl: allow spaces in Perl path name.
2014-08-20 Andy Polyakovsha1-mb-x86_64.pl: add commentary.
2014-08-20 Laszlo PappPR2490: Remove unused local variable bn ecp_nist.c
2014-08-20 Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
2014-08-20 Andy Polyakovsha1-mb-x86_64.pl: fix typo.
2014-08-19 Martin OlssonRT2847: Don't "check" uninitialized memory
2014-08-19 Martin OlssonRT2848: Remove extra NULL check
2014-08-19 Martin OlssonRT2513: Fix typo's paramter-->parameter
2014-08-19 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-19 Jeffrey WaltonPR2401: Typos in FAQ
2014-08-19 Jeffrey WaltonPR2401: Typos in FAQ
2014-08-19 John FitzgibbonRT2724: Remove extra declaration
2014-08-18 Laszlo PappRT2492: Remove extra NULL check.
2014-08-18 Laszlo PappRT2489: Remove extra "sig" local variable.
2014-08-18 John Gardiner... RT2942: CRYPTO_set_dynlock_create_callback doc fix
2014-08-18 Doug GoldsteinRT2163: Remove some unneeded #include's
2014-08-18 Justin BlanchardRT1815: More const'ness improvements
2014-08-17 Jonas Maebepub_decode_gost94, pub_decode_gost01: check for NULL...
2014-08-17 Jonas Maebeengine_md_copy: check for NULL after allocating to_md...
2014-08-17 Jonas Maebeprocess_pci_value: free (*policy)->data before setting...
2014-08-17 Jonas Maebedo_ext_i2d: free ext_der or ext_oct on error path
2014-08-17 Jonas Maebedo_othername: check for NULL after allocating objtmp
2014-08-17 Jonas MaebeNETSCAPE_SPKI_b64_encode: free der_spki and b64_str...
2014-08-17 Jonas Maebeget_cert_by_subject: check for NULL when allocating...
2014-08-17 Jonas MaebeUI_construct_prompt: check for NULL when allocating...
2014-08-17 Jonas Maebehashbn: check for NULL result when allocating bin and...
2014-08-17 Jonas MaebeJPAKE_CTX_new: check for NULL result when allocating ctx
2014-08-17 Jonas Maebeold_hmac_encode: check for NULL result when allocating...
2014-08-17 Jonas Maebedev_crypto_md5_copy: return error if allocating to_md...
2014-08-17 Jonas Maebedev_crypto_md5_update: check result of realloc(md_data...
2014-08-17 Jonas Maebedev_crypto_cipher: return immediately if allocating...
2014-08-17 Jonas Maebedev_crypto_init_key: return error if allocating CDATA...
2014-08-15 Hubert KarioAdd support for Camellia HMAC-Based cipher suites from...
2014-08-15 Matt CaswellFixed out-of-bounds read errors in ssl3_get_key_exchange.
2014-08-15 Rich SalzRT2751: Declare get_issuer_sk() earlier.
2014-08-15 Jonas Maebecryptodev_digest_copy: return error if allocating dstat...
2014-08-15 Jonas Maebecryptodev_digest_update: don't leak original state...
2014-08-15 Jonas Maebecms_SignerInfo_content_sign: free sig on failure path
2014-08-15 Jonas Maebertcp_new: return failure if allocation of bi->ptr failed
2014-08-15 Jonas Maebemulti_split: check for NULL when allocating parts and...
2014-08-15 Jonas MaebeBIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunks
2014-08-15 Jonas Maebemime_hdr_addparam: free tmpname, tmpval and mparam...
2014-08-15 Jonas Maebemime_hdr_new: free mhdr, tmpname, tmpval on error path
2014-08-15 Jonas MaebeASN1_verify, ASN1_item_verify: cleanse and free buf_in...
2014-08-15 Jonas MaebeSetBlob: free rgSetBlob on error path
2014-08-15 Istvan NoszticziusFix use after free bug.
2014-08-15 Frédéric GiudicelliRT783: Minor optimization to ASN1_INTEGER_set
2014-08-15 Rob AusteinRT2465: Silence some gcc warnings
2014-08-15 Hans WennborgRT3023: Redundant logical expressions
2014-08-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-15 Claus AssmannRT3268: Fix spelling errors in CHANGES file.
2014-08-15 Dr. Stephen... Revision of custom extension code.
2014-08-15 Dr. Stephen... Include error messages on extension check failure.
2014-08-14 Emilia Kaspermake depend
2014-08-13 Bodo MoellerFurther improve/fix ec_GFp_simple_points_make_affine...
2014-08-13 Matt CaswellRT1665: Fix podpath to get xref's right
2014-08-12 Ingo SchwarzeRT3239: Extra comma in NAME lines of two manpages
2014-08-12 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-12 nnposter@users... PR 719: Configure not exiting with child status
2014-08-12 nnposter@users... PR 718: Configure not exiting with child status
2014-08-12 Nick LewisPR 2580: dgst missing current SHA algorithms
2014-08-12 Rich SalzRevert "RT 2820: Case-insensitive filenames on Darwin"
2014-08-12 Nick UrbanikRT2609: Typo in EXAMPLE section of req.pod
2014-08-11 Dr Stephen... Fix d4a4370050f7d72239b92a60ab9d4a2dd5e9fd84
2014-08-11 Jim ReidRT 2820: Case-insensitive filenames on Darwin
2014-08-11 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-11 Rich SalzUndo 77bf69dced875200f6f0e385a4a270298f8d3c45
2014-08-11 Scott SchaeferRT 2517: Various typo's.
2014-08-11 Scott SchaeferRT 2517: Various typo's.
next