summaryrefslogtreecommitdiff
path: root/lib/asn1/c_src
Commit message (Expand)AuthorAgeFilesLines
* Handle erroneous length during decode (BER only) without crashingKenneth Lundin2018-12-041-1/+1
* Fix NIF stack recursion bug and enforce a limitRaimo Niskanen2018-08-021-2/+8
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* asn1_erl_nif.c: Correct handling of tags >= 16384Björn Gustavsson2017-03-141-17/+21
* Use more correct delimiters for erl_nif.h includeTuncer Ayaz2016-09-191-1/+1
* update copyright-yearHenrik Nord2016-03-152-2/+2
* ose: Remove all code related to the OSE portLukas Larsson2015-07-101-7/+0
* Change license text to APLv2Bruce Yinhe2015-06-182-18/+20
* BER decoding: Don't allow primitives with indefinite lengthsBjörn Gustavsson2014-09-291-1/+1
* BER decoding: Improve error checking for indefinite lengthBjörn Gustavsson2014-08-111-22/+21
* Added support for ENEA OSELukas Larsson2014-02-242-0/+8
* erts: Add option to include nifs staticallyLukas Larsson2013-08-212-47/+75
* Merge branch 'maint'Björn Gustavsson2013-02-071-2/+3
|\
| * asn1_erl_nif: Correct broken length encodingBjörn Gustavsson2013-02-041-2/+3
* | Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* | BER: Correct bug in 'undec_rest'Björn Gustavsson2013-01-221-5/+2
* | Correct error handling for the NIF functionsBjörn Gustavsson2013-01-221-10/+37
* | Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
* | Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\ \ | |/
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* | asn1: Remove VxWorksBjörn-Egil Dahlberg2012-07-191-5/+0
|/
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-4/+4
* [asn1] Refactor test cases and remove extra suitesAdam Lindberg2012-02-291-2/+2
* asn1: Remove unused variable in asn1_erl_nif.cBjörn-Egil Dahlberg2012-01-031-3/+2
* asn1: Fix typo that caused failure of 'make release' on WindowsBjörn Gustavsson2011-10-131-1/+1
* Merge branch 'bjorn/parallel-make/OTP-9451' into majorBjörn Gustavsson2011-08-081-9/+3
|\
| * */c_src/Makefile*: Support parallel makeBjörn Gustavsson2011-08-081-9/+3
* | Update to use enif_alloc instead of mallocLukas Larsson2011-08-011-6/+9
* | Fix bug in counting length of empty composite typesLukas Larsson2011-08-011-0/+1
* | Fix bug where composite types with more then one element would be encoded in ...Lukas Larsson2011-08-011-1/+4
* | Update ber encode nif to use a linked list memry bufferLukas Larsson2011-08-011-96/+137
* | Create a nif for ber encodeLukas Larsson2011-08-011-103/+281
* | Update tag to be ints instead of longsLukas Larsson2011-08-011-2/+2
* | Update asn1 nif to handle calls with an empty binaryLukas Larsson2011-08-011-0/+3
* | Cannot be a binary as decode creates tuplesLukas Larsson2011-08-011-2/+2
* | Remove DRIVER target from opt targetLukas Larsson2011-08-011-1/+1
* | return 0 as error code when an unknown error happensLukas Larsson2011-08-011-0/+2
* | Remove all modules relating to drivers and make all functions obsolete.Lukas Larsson2011-08-012-1692/+2
* | Add load, upgrade and purge functions for asn1 nifsLukas Larsson2011-08-011-1/+23
* | Add better error messages to nifsLukas Larsson2011-08-011-3/+8
* | Add asn1 nif for ber decode and per encodeLukas Larsson2011-08-012-14/+1067
|/
* Fixed DRIVER_INIT prototypeKenneth Lundin2011-05-201-2/+0
* Corrected handling of long length in driver and updated test suitesKenneth Lundin2011-05-191-20/+29
* Remove unused variablesMartti Kuparinen2010-08-131-2/+1
* Fix shared libraries installationPeter Lemenkov2010-04-151-1/+1
* OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv.Sverker Eriksson2010-02-181-6/+10
* OTP-8323 Cross compilation improvements and other build systemRickard Green2010-02-032-145/+118
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-203-0/+1826