openssl.git
2015-05-20 Emilia KasperUpdate documentation with Diffie-Hellman best practices.
2015-05-20 Emilia Kasperdhparam: fix documentation
2015-05-20 Dr. Stephen... make update
2015-05-20 Dr. Stephen... Add scrypt tests.
2015-05-20 Dr. Stephen... Add scrypt support.
2015-05-20 StudioEtrangeGitHub284: Fix typo in xx-32.pl scripts.
2015-05-20 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-19 Dr. Stephen... move masks out of CERT structure
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-18 Dr. Stephen... Move certificate validity flags out of CERT.
2015-05-18 Dr. Stephen... Move signing digest out of CERT.
2015-05-18 Dr. Stephen... CERT tidy
2015-05-18 Dr. Stephen... ASN1 INTEGER refactor.
2015-05-17 Dr. Stephen... Add types to indent.pro
2015-05-16 Matt CaswellFurther version negotiation updates
2015-05-16 Matt CaswellMove SSLv3_*method() functions
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellVersion negotiation rewrite doc updates
2015-05-16 Matt CaswellVersion negotiation rewrite cleanup
2015-05-16 Matt CaswellClient side version negotiation rewrite
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-15 Rich SalzRemove unused #ifdef's from header files
2015-05-15 Rich SalzUse #error in openssl/srp.h
2015-05-15 Rich SalzMake up for a missed 'make update' update.
2015-05-14 Rich SalzUpdate mkdef for moved header file.
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteAdd -Iinclude to crypto/ compiles
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Richard LevitteAdjust unixly mk1mf after introduction of tkey
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
2015-05-14 Richard LevitteMove definition of INTxx_MIN et al to internal header
2015-05-14 Dr. Stephen... use unit64_t for CPUID and timestamp code
2015-05-14 Dr. Stephen... Allow use of standard integer types.
2015-05-13 Rich SalzAdd missing ctype.h
2015-05-13 Rich SalzFix ocsp bugs
2015-05-13 Rich SalzRT3841: memset() cipher_data when allocated
2015-05-13 Rich SalzRT1207: document SSL_COMP_free_compression_methods.
2015-05-13 Rich SalzRemove some outdated #defines.
2015-05-13 Andy Polyakovutil/incore update.
2015-05-13 Andy Polyakovbn/Makefile: give MacOS X hand to compiler armv8-mont...
2015-05-13 Andy Polyakovbn/asm/armv8-mont.pl: boost performance.
2015-05-13 Andy PolyakovConfigurations/10-main.conf: update iOS commentary.
2015-05-13 Andy Polyakovaes/asm/bsaes-armv7.pl: fix compilation with Xcode...
2015-05-13 Andy Polyakovaes/asm/aesni-sha256-x86_64.pl: fix Windows compilation...
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-13 Matt CaswellAdd CHANGES entry for Kerberos removal
2015-05-13 Matt CaswellRemove remaining Kerberos references
2015-05-13 Matt CaswellRemove Kerberos support from libcrypto
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-13 Matt CaswellRemove Kerberos support from apps
2015-05-13 Matt CaswellDon't allow a CCS when expecting a CertificateVerify
2015-05-13 Gunnar KudrjavetsFix the heap corruption in libeay32!OBJ_add_object.
2015-05-12 Dr. Stephen... Fix cipherlist order.
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-12 Dr. Stephen... Additional X509_ALGOR documentation
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-11 Kurt CancemiAdd missing terminating NULL to speed_options table.
2015-05-11 Bjoern D. RasmussenFix for memcpy() and strcmp() being undefined.
2015-05-11 Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-05-08 Dr. Stephen... Add SSL_use_certificate_chain_file function
2015-05-07 Viktor DukhovniFix typo in valid_star
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Dr. Stephen... Digest cached records if not sending a certificate.
2015-05-06 Rich SalzMake sig_app, sigx_app static
2015-05-06 Richard LevitteMake -CAserial a type 's' option
2015-05-06 Richard LevitteAdd a -CAserial argument for signing the user cert...
2015-05-06 Dr. Stephen... SSL_CONF table reorganisation.
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Matt CaswellFix s_server version specific methods
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-06 Richard LevitteZLIB compression deserves a better comment
2015-05-05 Matt CaswellFix windows build
2015-05-05 Richard Levittemake update
2015-05-05 Richard LevitteRemove the last traces of the fake RLE compression
2015-05-05 Matt CaswellAdd more error state transitions (DTLS)
2015-05-05 Matt CaswellAdd more error state transitions (client)
2015-05-05 Matt CaswellAdd more error state transitions
2015-05-05 Matt CaswellAdd Error state
2015-05-05 Rich SalzUpdate multi-thread FAQ
2015-05-05 Rich SalzRemove apps cache for gethostbyname
2015-05-05 Matt Caswellmake update
2015-05-05 mancha securityssl/kssl.c: include missing header to complete SSL...
2015-05-05 mancha securityssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1
2015-05-05 Matt CaswellRemove libcrypto to libssl dependency
2015-05-04 Rich SalzRemove the fake RLE compression method.
2015-05-04 Rich SalzGH271: Warning on </dev/null to CA.pl
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Richard LevitteRT2943: Check sizes if -iv and -K arguments
2015-05-04 Richard LevitteHave -K actually take an argument, and correct help...
2015-05-04 Rich SalzFix cut/paste error
2015-05-04 Rich SalzRT1369: don't do "helpful" access check.
2015-05-04 Dr. Stephen... Return an error in ASN1_TYPE_unpack_sequence if argumen...
2015-05-04 Dr. Stephen... more OSSL_NELEM cases
2015-05-03 mancha securityssl/s3_srvr.c: Fix typo introduced via 69f682374868b.
2015-05-03 Alok MenghrajaniFixes some typos in doc/ssl/
2015-05-03 Alok MenghrajaniFixes some typos in doc/apps/
2015-05-03 Alok MenghrajaniRT3802: Fixes typos in doc/crypto/
2015-05-03 Rich Salzfix various typo's
next