You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/11/08 10:39:15 UTC

[mynewt-core] branch master updated (030188d -> b96349a)

This is an automated email from the ASF dual-hosted git repository.

marko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 030188d  kernel/os: Add missing const to parameters in os_dev
     add 567a822  mbedtls; add mbedtls_gcm_setkey_noalloc(), which allows use of GCM without malloc().
     new b96349a  Merge pull request #1500 from mkiiskila/gcm_setup_nomalloc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 crypto/mbedtls/include/mbedtls/gcm.h |  8 ++++++++
 crypto/mbedtls/src/gcm.c             | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)


[mynewt-core] 01/01: Merge pull request #1500 from mkiiskila/gcm_setup_nomalloc

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit b96349a78b0c0dfae6e771688a7bb7fd394c04f8
Merge: 030188d 567a822
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Nov 8 12:39:10 2018 +0200

    Merge pull request #1500 from mkiiskila/gcm_setup_nomalloc
    
    mbedtls; add mbedtls_gcm_setkey_noalloc(), which allows use of GCM

 crypto/mbedtls/include/mbedtls/gcm.h |  8 ++++++++
 crypto/mbedtls/src/gcm.c             | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)