openssl.git
2012-09-04 Andy Polyakovbsaes-armv7.pl: even closer shave.
2012-09-04 Andy Polyakovbsaes-armv7.pl: minor performance squeeze on Snapdragon S4.
2012-09-04 Andy Polyakovsha512-armv4.pl: optimize for Snapdragon S4.
2012-09-01 Andy Polyakovbn_lcl.h: gcc removed support for "h" constraint, which...
2012-09-01 Dr. Stephen... Don't load GOST ENGINE if it is already loaded.
2012-08-31 Dr. Stephen... perform sanity checks on server certificate type as...
2012-08-31 Dr. Stephen... make EC test certificates usable for ECDH
2012-08-30 Dr. Stephen... give more meaningful error if presented with wrong...
2012-08-29 Andy Polyakovx86cpuid.pl: hide symbols [backport from x86_64].
2012-08-29 Andy PolyakovTABLE update addendum to commit#22775.
2012-08-29 Andy PolyakovHarmonize CHANGES in HEAD.
2012-08-29 Andy PolyakovAdd linux-x32 target.
2012-08-29 Dr. Stephen... Add compilation flag to disable certain protocol checks...
2012-08-28 Dr. Stephen... oops, typo
2012-08-28 Dr. Stephen... New compile time option OPENSSL_SSL_TRACE_CRYPTO, when...
2012-08-28 Dr. Stephen... update debug-steve* configurations
2012-08-22 Dr. Stephen... PR: 2786
2012-08-17 Andy Polyakovsha1-armv4-large.pl: comply with ABI.
2012-08-17 Andy PolyakovConfigure: add mips-mont to MIPS32 builds.
2012-08-17 Andy PolyakovMIPS assembly pack: assign default value to $flavour.
2012-08-16 Bodo MöllerOops - didn't mean to change Makefile on previous submit
2012-08-16 Bodo MöllerEnable message names for TLS 1.1, 1.2 with -msg.
2012-08-15 Dr. Stephen... Add three Suite B modes to TLS code, supporting RFC6460.
2012-08-14 Andy Polyakovbss_dgram.c: fix compilation failure and warning on...
2012-08-13 Andy Polyakovgosthash.c: use memmove in circle_xor8, as input pointe...
2012-08-13 Andy Polyakov./Configure: libcrypto.a can grow to many GB because...
2012-08-13 Andy Polyakovgcm128.c: fix AAD-only case with AAD length not divisib...
2012-08-13 Andy Polyakovsha512-x86_64.pl: revert previous change and solve...
2012-08-13 Andy Polyakovsha512-x86_64.pl: minimum gas requirement for AMD XOP.
2012-08-05 Dr. Stephen... update ordinals
2012-08-03 Dr. Stephen... Rename Suite B functions for consistency.
2012-08-03 Dr. Stephen... add suite B chain validation flags and associated verif...
2012-07-27 Dr. Stephen... Make tls1_check_chain return a set of flags indicating...
2012-07-24 Dr. Stephen... Abort handshake if signature algorithm used not support...
2012-07-24 Dr. Stephen... check EC tmp key matches preferences
2012-07-24 Dr. Stephen... typo
2012-07-23 Dr. Stephen... Add support for certificate stores in CERT structure...
2012-07-20 Dr. Stephen... update NEWS
2012-07-20 Dr. Stephen... set ciphers to NULL before calling cert_cb
2012-07-19 Dr. Stephen... stop warning
2012-07-19 Dr. Stephen... add ssl_locl.h to err header files, rebuild ssl error...
2012-07-19 Dr. Stephen... Don't ignore (\!) reference count in X509_STORE_free
2012-07-18 Dr. Stephen... New function ssl_set_client_disabled to set masks for...
2012-07-18 Dr. Stephen... reinclude crypto.h: this is needed in HEAD only to...
2012-07-18 Dr. Stephen... update trace messages
2012-07-15 Andy Polyakovsha1-[586|x86_64].pl: shave off one instruction from...
2012-07-15 Andy Polyakovmk1mf.pl: replace chop to make it work in mixture of...
2012-07-15 Andy Polyakovtest_aesni: harmonize with AES-NI support at EVP layer.
2012-07-15 Andy Polyakovwp-x86_64.pl: ~10% performance improvement.
2012-07-15 Andy Polyakovsha512-s390x.pl: lingering comment update.
2012-07-15 Andy Polyakovsha512-ia64.pl: 15-20% performance improvement.
2012-07-15 Andy Polyakovsha256-armv4.pl: 4% performance improvement.
2012-07-15 Andy Polyakovsha1-s390x.pl: lingering comment update.
2012-07-15 Andy Polyakovrc5.h: stop wasting space on 64-bit platforms [breaks...
2012-07-15 Andy Polyakovwp-mmx.pl: ~10% performance improvement.
2012-07-15 Andy Polyakovsha512-586.pl: optimize SSE2 code path, +5-7% on most...
2012-07-15 Andy Polyakovsha1-586.pl: let masm compile AVX code.
2012-07-15 Andy Polyakovx86gas.pl: treat OPENSSL_ia32cap_P accordingly to ...
2012-07-08 Dr. Stephen... Add new ctrl to retrieve client certificate types,...
2012-07-05 Richard LevitteInstall srtp.h
2012-07-05 Richard LevitteAdd d1_srtp and t1_trce.
2012-07-05 Richard LevitteAdd the missing modules for Camellia, as well as dh_rfc...
2012-07-05 Richard LevitteHarmonise symhacks.h in this branch with lower versions.
2012-07-04 Dr. Stephen... add missing evp_cnf.c file
2012-07-03 Dr. Stephen... PR: 2840
2012-07-03 Dr. Stephen... Fix memory leak.
2012-07-03 Dr. Stephen... cert_flags is unsigned
2012-07-03 Dr. Stephen... add support for client certificate callbak, fix memory...
2012-07-03 Dr. Stephen... new function SSL_is_server to which returns 1 is the...
2012-07-03 Dr. Stephen... no need to check s->server as default_nid is never...
2012-07-03 Dr. Stephen... Separate client and server permitted signature algorith...
2012-07-02 Andy Polyakovbn_nist.c: compensate for VC bug [with optimization...
2012-07-02 Andy Polyakovcrypto/bn/*.h: move PTR_SIZE_INT to private header.
2012-07-01 Dr. Stephen... remove unnecessary attempt to automatically call OPENSS...
2012-07-01 Dr. Stephen... Fix Win32 build.
2012-07-01 Dr. Stephen... recognise OPENSSL_NO_SSL_TRACE
2012-07-01 Andy Polyakovbss_dgram.c: fix typos in Windows code.
2012-07-01 Andy Polyakovsha256-586.pl: fix typos.
2012-06-29 Dr. Stephen... Add certificate callback. If set this is called wheneve...
2012-06-28 Dr. Stephen... Function tls1_check_ec_server_key is now redundant...
2012-06-28 Dr. Stephen... Add new "valid_flags" field to CERT_PKEY structure...
2012-06-27 Dr. Stephen... don't use pseudo digests for default values of keys
2012-06-27 Andy Polyakovx86_64 assembly pack: make it possible to compile with...
2012-06-25 Andy Polyakovsha512-x86_64.pl: fix typo.
2012-06-25 Dr. Stephen... Reorganise supported signature algorithm extension...
2012-06-24 Andy Polyakovsha512-x86_64.pl: add SIMD code paths.
2012-06-22 Dr. Stephen... Add support for application defined signature algorithm...
2012-06-19 Dr. Stephen... oops, add -debug_decrypt option which was accidenatally...
2012-06-19 Andy Polyakovsha512-x86_64.pl: fix typo.
2012-06-19 Andy Polyakovsha256-586.pl: fix linking error.
2012-06-18 Dr. Stephen... fix clashing error code
2012-06-18 Dr. Stephen... Make it possible to delete all certificates from an...
2012-06-15 Dr. Stephen... Initial record tracing code. Print out all fields in...
2012-06-13 Dr. Stephen... New functions to retrieve certificate signatures and...
2012-06-12 Andy Polyakovsha256t.c: make sure unrolled loop is tested.
2012-06-12 Andy Polyakovsha256-586.pl: add AVX and XOP code paths.
2012-06-12 Andy Polyakovsha256-586.pl: squeeze some more, most notably ~10...
2012-06-12 Andy Polyakovx86[_64] assembly pack: update benchmark results.
2012-06-12 Dr. Stephen... print out issuer and subject unique identifier fields...
2012-06-11 Andy Polyakovbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.
next