openssl.git
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.
2014-08-11 Rich SalzAdd README.md
2014-08-09 Dr. Stephen... Fix SRP authentication ciphersuites.
2014-08-09 Dr. Stephen... Test SRP authentication ciphersuites.
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-09 Viktor SzakatsRT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1
2014-08-09 Matthieu CrapetRT 1505: Use SSL3_AL_FATAL not "2"
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-08-06 Dr. Stephen... Check SRP parameters early.
2014-08-06 Dr. Stephen... Fix SRP buffer overrun vulnerability.
2014-08-06 Dr. Stephen... Fix SRP ciphersuite DoS vulnerability.
2014-08-06 Gabor TyukaszFix race condition in ssl_parse_serverhello_tlsext
2014-08-06 Emilia KasperFix OID handling:
2014-08-06 Emilia KäsperFix DTLS anonymous EC(DH) denial of service
2014-08-06 David BenjaminFix protocol downgrade bug in case of fragmented packets
2014-08-06 Adam LangleyRemove some duplicate DTLS code.
2014-08-06 Matt CaswellApplying same fix as in dtls1_process_out_of_seq_messag...
2014-08-06 Adam LangleyFix return code for truncated DTLS fragment.
2014-08-06 Adam LangleyFix memory leak from zero-length DTLS fragments.
2014-08-06 Matt CaswellFix DTLS handshake message size checks.
2014-08-06 Matt CaswellAdded comment for the frag->reassembly == NULL case...
2014-08-06 Adam LangleyAvoid double free when processing DTLS packets.
2014-08-01 Bodo MoellerUpdate $default_depflags to match current defaults.
2014-08-01 Bodo MoellerSync with clean-up 1.0.2 CHANGES file.
2014-08-01 Bodo MoellerSync with current 1.0.2 CHANGES file.
2014-08-01 Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2014-07-24 Dr. Stephen... Add conditional unit testing interface.
2014-07-24 Dr. Stephen... Don't call setenv in gost2814789t.c
2014-07-22 Geoff ThorpeRemove demos/tunala
2014-07-22 Andy PolyakovCHANGES: mention new platforms.
2014-07-21 Billy Brumley"EC_POINT_invert" was checking "dbl" function pointer...
2014-07-21 Tim HudsonRemove old unused and unmaintained demonstration code.
2014-07-21 Andy Polyakovsha1-ppc.pl: shave off one cycle from BODY_20_39
2014-07-21 Tim HudsonMinor documentation update removing "really" and a
2014-07-20 Dr. Stephen... Add test header, sync ordinals with 1.0.2
2014-07-20 Andy PolyakovEngage GHASH for PowerISA 2.0.7.
2014-07-20 Andy PolyakovAdd GHASH for PowerISA 2.0.7.
2014-07-19 Dr. Stephen... Windows build fixes.
2014-07-19 Dr. Stephen... Fix documentation for RSA_set_method(3)
2014-07-19 Mike BlandCheck the test registry size during add_test()
2014-07-19 Mike BlandUpdate heartbeat_test #includes
2014-07-19 Mike BlandUse testutil registry in heartbeat_test
2014-07-19 Mike Blandtest/testutil.c test registry functions.
2014-07-18 Dr. Stephen... RFC 5649 support.
2014-07-17 Dr. Stephen... Make *Final work for key wrap again.
2014-07-17 Dr. Stephen... Sanity check lengths for AES wrap algorithm.
2014-07-17 Jeffrey WaltonFix typo, add reference.
2014-07-16 Matt CaswellDisabled XTS mode in enc utility as it is not supported
2014-07-16 Andy PolyakovRevert "Add GHASH for PowerISA 2.07."
2014-07-16 Andy PolyakovRevert "Engage GHASH for PowerISA 2.07."
next