]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
RT3547: Add missing static qualifier
[thirdparty/openssl.git] / crypto /
2014-10-17  Kurt CancemiRT3547: Add missing static qualifier
2014-10-15  Tim HudsonAdd constant_time_locl.h to HEADERS,
2014-10-15  Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-10-15  Bodo MoellerFix SSL_R naming inconsistency.
2014-10-15  Andy Polyakovaesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-10-11  Dr. Stephen HensonRemove reference to deleted md4.c
2014-10-06  Matt CaswellRemoved duplicate definition of PKCS7_type_is_encrypted
2014-10-01  Andy Polyakovcrypto/cast/asm/cast-586.pl: +5% on PIII and remove...
2014-10-01  Rich SalzRT3549: Remove obsolete files in crypto
2014-09-30  Rich SalzRT2910: Remove des.c and its Makefile target
2014-09-30  Andy Polyakovcrypto/bn/bn_nist.c: bring original failing code back...
2014-09-29  Dr. Stephen HensonAdd additional DigestInfo checks.
2014-09-25  Rich SalzRemove #ifdef's for IRIX_CC_BUG
2014-09-25  Emilia KasperAdd missing tests
2014-09-24  Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
2014-09-24  Rich SalzRT3544: Remove MWERKS support
2014-09-24  Emilia KasperRT3425: constant-time evp_enc
2014-09-24  Emilia KasperRT3067: simplify patch
2014-09-24  Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-21  Andy Polyakovcrypto/rsa/rsa_chk.c: harmonize error codes.
2014-09-21  Andy Polyakovcrypto/ecp_nistz256.c: harmonize error codes.
2014-09-20  Andy PolyakovHarmonize Tru64 and Linux make rules.
2014-09-19  Dr. Stephen HensonFix warning.
2014-09-18  Jake GouldingRT2301: GetDIBits, not GetBitmapBits in rand_win
2014-09-11  Andy Polyakovcrypto/bn/asm/x86_64-mont*.pl: add missing clang detection.
2014-09-11  Andy PolyakovAdd ECP_NISTZ256 by Shay Gueron, Intel Corp.
2014-09-11  Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-09-11  Andy Polyakovperlasm/x86_64-xlate.pl: handle inter-bank movd.
2014-09-10  Rich SalzRT2560: missing NULL check in ocsp_req_find_signer
2014-09-09  Matt CaswellRT3192: spurious error in DSA verify
2014-09-09  Geoff KeatingRT1909: Omit version for v1 certificates
2014-09-08  Paul SuhlerRT2841: Extra return in check_issued
2014-09-08  Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-09-08  Bjoern ZeebRT671: export(i2s|s2i|i2v|v2i)_ASN1_(IA5|BIT)STRING
2014-09-08  Rich SalzRT992: RSA_check_key should have a callback arg
2014-09-08  Robin LeeRT3031: Need to #undef some names for win32
2014-09-08  Alon Bar-LevRT1771: Add string.h include.
2014-09-05  Emilia KasperAdd i2d_re_X509_tbs
2014-09-03  Richard LevitteFollowup on RT3334 fix: make sure that a directory...
2014-09-03  Phil MesnierRT3334: Fix crypto/LPdir_win.c
2014-09-03  Clang via Jeffrey... RT3140: Possibly-unit variable in pem_lib.c
2014-09-02  Emilia KasperMake the inline const-time functions static.
2014-09-01  Kurt CancemiRT3508: Remove unused variable introduced by b09eb24
2014-08-31  Rich SalzAdd explanatory note to crypto/store/README
2014-08-30  Andy PolyakovConfigure: add configuration for crypto/ec/asm extensions.
2014-08-30  Andy Polyakovmd5-x86_64.pl: work around warning.
2014-08-30  Andy Polyakovx86[_64] assembly pack: add Silvermont performance...
2014-08-30  Rich SalzRemove some outdated README files, to avoid confusing...
2014-08-29  Matt CaswellFixed double inclusion of string.h
2014-08-28  Rich SalzRT3246: req command prints version number wrong
2014-08-28  l.montecchiani@gma... RT2193: #ifdef errors in bss_dgram.c
2014-08-28  Dr. Stephen Hensonfix 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-22  Emilia KasperRT3061: slightly amend patch
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 OlssonRT2513: Fix typo's paramter-->parameter
2014-08-18  Laszlo PappRT2492: Remove extra NULL check.
2014-08-18  Laszlo PappRT2489: Remove extra "sig" local variable.
2014-08-18  Doug GoldsteinRT2163: Remove some unneeded #include's
2014-08-18  Justin BlanchardRT1815: More const'ness improvements
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  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
next