RT3802: Fixes typos in doc/crypto/
[openssl.git] / crypto /
2015-05-03 Rich Salzfix various typo's
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-02 Dr. Stephen Hensonmake X509_VERIFY_PARAM opaque
2015-05-02 Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-05-02 Rich SalzRT3776: Wrong size for malloc
2015-05-02 Rich SalzRemove outdated RC4 files
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Matt CaswellFix buffer overrun in RSA signing
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt CaswellSanity check DES_enc_write buffer length
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-28 Rich SalzERR_ cleanup
2015-04-28 Emilia KasperNISTZ256: owur'ize.
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Rich SalzCRYPTO_mem_leaks should ignore it's BIO argument.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-04-22 Loganaden VelvindronFix CRYPTO_strdup
2015-04-21 Andy PolyakovAdd ec/asm/ecp_nistz256-sparcv9.pl.
2015-04-21 Andy Polyakovmodes/asm/ghashv8-armx.pl: additional performance data.
2015-04-20 Andy Polyakovaes/asm/aesni-x86.pl: fix typo affecting Windows build.
2015-04-20 Andy Polyakovaes/asm/aesni-x86[_64].pl update.
2015-04-20 Andy PolyakovAdd assembly support for 32-bit iOS.
2015-04-20 Andy PolyakovAdd ecp_nistz256-armv8 module.
2015-04-20 Andy Polyakovcrypto/ec/ecp_nistp[224|521].c: fix formatting.
2015-04-20 Andy Polyakovec/ecp_nistp*.c: fix SEGVs.
2015-04-20 Andy PolyakovAdd ARMv8 Montgomery multiplication module.
2015-04-20 Andy Polyakovaes/asm/vpaes-armv8.pl: make it compile on iOS.
2015-04-18 Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Dr. Stephen HensonReject empty generation strings.
2015-04-16 Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich SalzFix memory leak
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-04-10 Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-04-10 Dr. Stephen HensonFix ECDH key identifier support.
2015-04-04 Richard LevitteAppease clang -Wshadow
2015-04-04 Richard LevitteAppease clang -Wempty-translation-unit
2015-04-03 Dr. Stephen Hensonmake depend
2015-04-03 Dr. Stephen HensonRemove old ASN.1 functions.
2015-04-03 Dr. Stephen HensonRemove unnecessary use of ASN1_const_CTX
2015-04-02 Andy Polyakovmodes/asm/ghashv8-armx.pl: up to 90% performance improv...
2015-04-02 Andy Polyakovsha/asm/sha*-armv8.pl: add Denver and X-Gene esults.
2015-04-02 Andy Polyakovaes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
2015-04-02 Andy Polyakovperlasm/arm-xlate.pl update (fix end-less loop and...
2015-04-01 Emilia Kaspermake update
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine
2015-03-31 Dr. Stephen HensonRemove old ASN.1 code from evp_asn1.c
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-30 Dr. Stephen HensonNew ASN1_TYPE SEQUENCE functions.
2015-03-30 Dr. Stephen HensonRewrite X509_PKEY_new to avoid old ASN1. macros.
2015-03-30 Dr. Stephen HensonRemove unnecessary asn1_mac.h includes.
2015-03-29 Andy Polyakovsha/asm/sha512-armv4.pl: adapt for use in Linux kernel...
2015-03-29 Andy Polyakovsha/asm/sha256-armv4.pl: fix compile issue in kernel
2015-03-29 Richard LevitteHave a shared library version thats reasonable with...
2015-03-28 Dr. Stephen HensonRemove d2i_X509_PKEY and i2d_X509_PKEY
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
2015-03-28 Rich Salzfree NULL cleanup
2015-03-28 Andy PolyakovEngage vpaes-armv8 module.
2015-03-28 Andy PolyakovAdd vpaes-amrv8.pl module.
2015-03-28 Dr. Stephen HensonMake asn1_ex_i2c, asn1_ex_c2i static.
2015-03-26 Dr. Stephen HensonRemove combine option from ASN.1 code.
2015-03-26 Dr. Stephen HensonSimplify DSA public key handling.
2015-03-26 Dr. Stephen HensonMove more internal only functions to asn1_locl.h
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Dr. Stephen Hensonmake update
2015-03-25 Dr. Stephen HensonMove internal only ASN.1 functions to asn1_locl.h
2015-03-25 Dr. Stephen HensonRemove X509_ATTRIBUTE hack.
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Dr. Stephen Hensonmake depend
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-03-25 Matt CaswellFix HMAC to pass invalid key len test
2015-03-25 Matt CaswellAdd HMAC test for invalid key len
2015-03-25 Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25 Matt CaswellAdd more HMAC tests
2015-03-25 Matt CaswellDeprecate RAND_pseudo_bytes
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonFix verify algorithm.
next