openssl.git
2013-10-20 Dr. Stephen... Add demo for SSL server using SSL_CONF.
2013-10-20 Dr. Stephen... Extend SSL_CONF
2013-10-20 Dr. Stephen... Typo.
2013-10-20 Dr. Stephen... Time value for various platforms.
2013-10-20 Dr. Stephen... Prevent use of RSA+MD5 in TLS 1.2 by default.
2013-10-20 Ben LaurieAdd clang debug target.
2013-10-15 Andy PolyakovPPC assembly pack: make new .size directives profiler...
2013-10-15 Dr. Stephen... Add brainpool curves to NID table too.
2013-10-15 Dr. Stephen... Fix warning.
2013-10-15 Dr. Stephen... Add test vectors from RFC7027
2013-10-15 Dr. Stephen... RFC7027 (Brainpool for TLS) support.
2013-10-15 Dr. Stephen... Sync OID numbers with 1.0.2 branch.
2013-10-14 Andy PolyakovPPC assembly pack: add .size directives.
2013-10-14 Andy Polyakovbn/asm/*x86_64*.pl: correct assembler requirement for...
2013-10-13 Andy PolyakovInitial aarch64 bits.
2013-10-13 Andy PolyakovMIPS assembly pack: get rid of deprecated instructions.
2013-10-12 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentat...
2013-10-12 Andy Polyakovaes/asm/bsaes-x86_64.pl: fix Windows-specific bug in...
2013-10-10 Andy Polyakovbn/asm/rsax-avx2.pl: minor optimization [for Decoded...
2013-10-09 Andy Polyakovbn/bn_exp.c: prefer MULX/AD*X over AVX2.
2013-10-08 Andy PolyakovConfigure: recognize experimental-multiblock.
2013-10-08 Andy Polyakovssl/s3_pkt.c: add initial multi-block encrypt.
2013-10-08 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.
2013-10-08 Andy Polyakovevp/evp.h: add multi-block contstants and parameter...
2013-10-08 Andy Polyakovsha/asm/sha*-mb-x86_64.pl: commentary update.
2013-10-07 Ben LaurieConstification.
2013-10-03 Andy Polyakovaes/asm/bsaes-*.pl: improve decrypt performance.
2013-10-03 Ben LaurieSupport new asm files.
2013-10-03 Andy Polyakovevp/e_des3.c: fix typo with potential integer overflow...
2013-10-03 Andy Polyakovperlasm/sparcv9_modes.pl: make it work even with season...
2013-10-02 Andy Polyakovbn/asm/x86_64-mont*.pl: add MULX/ADCX/ADOX code path.
2013-10-02 Andy Polyakovrsaz-x86_64.pl: add MULX/ADCX/ADOX code path.
2013-10-02 Andy Polyakovx86_64-xlate.pl: fix jrcxz in nasm case.
2013-10-02 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: multi-block glue code.
2013-10-02 Andy PolyakovConfigire: take multi-block modules into build loop.
2013-10-02 Andy Polyakovx86_64 assembly pack: add multi-block AES-NI, SHA1...
2013-10-02 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: enable is on all AES-NI...
2013-10-01 Andy Polyakovaes/asm/*-armv*.pl: compensate for inconsistencies...
2013-09-25 Ben LaurieProduce PEM we would consume.
2013-09-25 Ben LaurieShow useful errors.
2013-09-20 Ben LaurieMix time into the pool to avoid repetition of the Andro...
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-20 Ben LaurieMore diagnostics for invalid OIDs.
2013-09-20 Andy Polyakovaes-armv4.pl, bsaes-armv7.pl: add Linux kernel and...
2013-09-18 Dr. Stephen... Add functions to set ECDSA_METHOD structure.
2013-09-18 Dr. Stephen... Fix error code clashes.
2013-09-17 Dr. Stephen... DTLS version usage fixes.
2013-09-17 Bodo MoellerMove change note for SSL_OP_SAFARI_ECDHE_ECDSA_BUG.
2013-09-17 Bodo MoellerMove the change note for partial chain verification...
2013-09-16 Trevor PerrinRedo deletion of some serverinfo code that supplemental...
2013-09-16 Bodo MoellerSync CHANGES and NEWS files.
2013-09-16 Bodo Moeller Fix overly lenient comparisons:
2013-09-15 Andy Polyakovcrypto/armcap.c: fix typo in rdtsc subroutine.
2013-09-15 Andy PolyakovAdd support for Cygwin-x86_64.
2013-09-15 Andy Polyakovbsaes-armv7.pl: remove partial register operations...
2013-09-15 Andy Polyakovbsaes-armv7.pl: remove byte order dependency and minor...
2013-09-15 Ard BiesheuvelAdded support for ARM/NEON based bit sliced AES in...
2013-09-14 Trevor PerrinUpdate docs to mention "BEGIN SERVERINFO FOR ".
2013-09-14 Trevor PerrinRequire ServerInfo PEMs to be named "BEGIN SERVERINFO...
2013-09-14 Trevor PerrinRedo deletion of some serverinfo code that supplemental...
2013-09-13 Rob StradlingUpdate CHANGES.
2013-09-13 Rob StradlingTidy up comments.
2013-09-13 Rob StradlingUse TLS version supplied by client when fingerprinting...
2013-09-13 Rob StradlingFix compilation with no-ec and/or no-tlsext.
2013-09-13 Mattypo
2013-09-12 Scott DeboyInitialize next_proto in s_server - resolves incorrect...
2013-09-10 Ben LaurieConstification.
2013-09-09 Andy Polyakovcrypto/modes/asm/aesni-gcm-x86_64.pl: minor optimization.
2013-09-09 Andy Polyakovcrypto/bn/asm/x86_64-mont.pl: minor optimization.
2013-09-08 Dr. Stephen... Remove ancient PATENTS section and FAQ reference.
2013-09-08 Dr. Stephen... Partial path fix.
2013-09-08 Dr. Stephen... Document extension clash.
2013-09-08 Dr. Stephen... Experimental encrypt-then-mac support.
2013-09-07 Dr. Stephen... Set TLS v1.2 disabled mask properly.
2013-09-06 Ben LaurieConst fix.
2013-09-06 Scott DeboyFree generated supp data after handshake completion...
2013-09-06 Ben LaurieMore cleanup.
2013-09-06 Ben LaurieMake it build.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05 Ben Lauries/recommend/recommended/
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-09-05 Ben LaurieClean up layout.
2013-09-05 Carlos Alberto... Add an "-xmpphost" option to s_client
2013-09-05 Carlos Alberto... Add "xmpp" to the list of supported starttls protocols...
2013-09-05 Carlos Alberto... Fix infinite loop on s_client starttls xmpp
2013-09-05 Carlos Alberto... Fix XMPP code detection on s_client starttls xmpp
2013-09-05 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-09-03 Dr. Stephen... Document supported curve functions.
2013-08-21 Dr. Stephen... Document -force_pubkey option.
2013-08-21 Dr. Stephen... Correct ECDSA example.
2013-08-21 Ben LaurieCorrectly test for no-ec.
2013-08-21 Ben LaurieFix compile errors.
2013-08-18 Dr. Stephen... Typo: don't call RAND_cleanup during app startup.
2013-08-17 Dr. Stephen... Add documentation.
2013-08-17 Dr. Stephen... Don't run ECDH CMS tests if EC disabled.
2013-08-17 Dr. Stephen... Make no-ec compilation work.
2013-08-17 Dr. Stephen... Return 1 when setting ECDH auto mode.
2013-08-14 Dr. Stephen... Add the server 'hang' issue to the FAQ
2013-08-13 Michael TuexenDTLS message_sequence number wrong in rehandshake Serve...
2013-08-08 Michael TuexenDTLS handshake fix.
next