micropython/ports
Felix Dörre b802f0f8ab extmod/modtls: Move the native ssl module to tls.
The current `ssl` module has quite a few differences to the CPython
implementation.  This change moves the MicroPython variant to a new `tls`
module and provides a wrapper module for `ssl` (in micropython-lib).

Users who only rely on implemented comparible behavior can continue to use
`ssl`, while users that rely on non-compatible behavior should switch to
`tls`.  Then we can make the facade in `ssl` more strictly adhere to
CPython.

Signed-off-by: Felix Dörre <felix@dogcraft.de>
2024-02-07 12:58:52 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
embed embed: Fix alloca include for FreeBSD and NetBSD. 2024-01-05 01:03:25 -06:00
esp32 esp32/boards/UM_FEATHERS3: Use read_uv() for accurate battery voltage. 2024-01-31 14:24:16 +11:00
esp8266 esp8266/boards/ESP8266_GENERIC: Disable MICROPY_DEBUG_PRINTERS. 2024-01-29 12:19:06 +11:00
mimxrt all: Update bindings, ports and tests for mbedtls v3.5.1. 2024-01-30 11:08:46 +11:00
minimal ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
nrf py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
pic16bit py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm qemu-arm/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 2024-01-29 13:07:31 +11:00
renesas-ra renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue. 2024-01-31 14:16:36 +11:00
rp2 rp2: Change machine.I2S and rp2.DMA to use shared DMA IRQ handlers. 2024-01-30 12:44:22 +11:00
samd py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
stm32 stm32/boards/ARDUINO_PORTENTA_H7: Add pin configuration for SPI1. 2024-02-01 11:21:44 +11:00
unix extmod/modtls: Move the native ssl module to tls. 2024-02-07 12:58:52 +11:00
webassembly ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
windows extmod/modtls: Move the native ssl module to tls. 2024-02-07 12:58:52 +11:00
zephyr ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00